diff --git a/location.css b/location.css
index fdd6cdc..cefbdde 100644
--- a/location.css
+++ b/location.css
@@ -134,3 +134,7 @@ table.location-search-form-table tbody tr td table tbody tr td table tbody tr td
 .location .description {
     white-space: normal;
 }
+
+.location-hidden {
+   display: none;
+ }
diff --git a/location.tpl.php b/location.tpl.php
index 8fd7ae9..28da8f0 100644
--- a/location.tpl.php
+++ b/location.tpl.php
@@ -74,3 +74,9 @@
     </div>
   <?php endif; ?>
 </div>
+<?php if (!empty($province_name) || (!empty($country))): ?>
+  <div class="location-hidden">
+        <?php if (!empty($province_name)): ?><?php print $province_name; ?><?php endif; ?>
+        <?php if (!empty($country)): ?><?php print strtoupper($country); ?><?php endif; ?>
+      </div>
+<?php endif; ?>
