'; var geoXml = new GGeoXml(url); // debugdata = geoXml; map.addOverlay(geoXml); // } var bounds = new GLatLngBounds(); bounds.extend(new GLatLng(,)); bounds.extend(new GLatLng(,)); map.setCenter(bounds.getCenter(),map.getBoundsZoomLevel(bounds) - 1); } // display a warning if the browser was not compatible else { alert("Sorry, the Google Maps API is not compatible with this browser"); } // This Javascript is based on code provided by the // Blackpool Community Church Javascript Team // http://www.commchurch.freeserve.co.uk/ // http://www.econym.demon.co.uk/googlemaps/ //]]>