| 12345678910111213141516171819 | <?php// Guamfunction location_province_list_gu() {  return array();}/** * Returns minimum and maximum latitude and longitude needed to create a bounding box. */function location_bounds_gu() {  return array(    'minlng' => 144.62375,    'minlat' => 13.277267,    'maxlng' => 144.98795,    'maxlat' => 13.6521,  );}
 |