Lines Matching refs:maps

41     google.maps.event.addListener(marker, 'click', function() {
58 google.maps.event.addListener(currentInfoWindow, 'closeclick',
62 var tmpLatLng = new google.maps.LatLng(map.tmpLat, map.tmpLng);
71 google.maps.event.addListener(map, 'click',
100 google.maps.event.addListener(map, 'click',
113 var maptypes = { map : google.maps.MapTypeId.ROADMAP,
114 normal : google.maps.MapTypeId.ROADMAP,
115 hybrid : google.maps.MapTypeId.HYBRID,
116 satellite : google.maps.MapTypeId.SATELLITE,
117 terrain : google.maps.MapTypeId.TERRAIN
133 center: new google.maps.LatLng(googleMapArray[i].lat, googleMapArray[i].lng),
142 style: google.maps.MapTypeControlStyle.DROPDOWN_MENU
148 style: google.maps.ZoomControlStyle.LARGE,
149 position: google.maps.ControlPosition.LEFT_CENTER
153 position: google.maps.ControlPosition.RIGHT_TOP
157 position: google.maps.ControlPosition.TOP_LEFT
161 position: google.maps.ControlPosition.BOTTOM_LEFT
167 googleMapArray[i].map = new google.maps.Map(googleMapArray[i].node, mapOptions);
168 googleMapArray[i].map.homeLatLng = new google.maps.LatLng(googleMapArray[i].lat,
177 googleMapArray[i].map.markerArray[j] = new google.maps.Marker({
178 position: new google.maps.LatLng(googleMapArray[i].overlay[j].lat,
187 googleMapArray[i].map.markerArray[j].infoWindow = new google.maps.InfoWindow({
191 size : new google.maps.Size(450, 350),
203 googleMapArray[i].map.markerHelper = new google.maps.Marker({
206 position: new google.maps.LatLng(0, 0)
209 googleMapArray[i].map.markerHelper.infoWindow = new google.maps.InfoWindow({
222 var ctaLayer = new google.maps.KmlLayer(kml);