diff --git a/include/cts/gmap.inc.php b/include/cts/gmap.inc.php index 6daf82f8eb77c580e456e3adace73aead602f3fb..8d8605ab046ffcac62943155f7811811ba3bf393 100644 --- a/include/cts/gmap.inc.php +++ b/include/cts/gmap.inc.php @@ -152,8 +152,7 @@ function(point) return; else { - var zoom = point.AddressDetails.Accuracy; - ".$this->name.".setCenter(point,zoom); + ".$this->name.".setCenter(point,16); ".$this->name.".addOverlay(new google.maps.Marker(point)); } }