 a/location.css,v

--- location.css	13 May 2010 11:49:41 -0000	1.8.2.1
+++ location.css	28 Aug 2010 22:05:14 -0000
@@ -136,3 +136,7 @@ table.location-search-form-table tbody t
 .location .description {
   white-space: normal;
 }
+
+.location-hidden {
+  display: none;
+}
Index: location.tpl.php
 a/location.tpl.php,v

@@ -53,3 +53,9 @@
   <?php echo $map_link; ?>
 </div>
 </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; ?>
