The Cat Empire
37.771499-122.4135
Posted on Flickr 5:31 pm, April 19, 2012 jQuery(document).ready(function(){ var gmap_mdfa105838bd33acd898cf2e6b1989f3b = { positions : { 712 : new google.maps.LatLng( ‘37.771499’, ‘-122.4135’ ) }, bounds : new google.maps.LatLngBounds(), // empty for now, we’ll dynamically extend it later map : new google.maps.Map( document.getElementById( ‘gmap_mdfa105838bd33acd898cf2e6b1989f3b’ ), { mapTypeId: google.maps.MapTypeId.ROADMAP, center: new google.maps.LatLng( 0, 0 ), zoom: 16 // Seems to be a good zoom for a single point } ), markers : {}, }; // end of gmap // Extend the bounds of interest based on our positions for ( var m in gmap_mdfa105838bd33acd898cf2e6b1989f3b.positions ) { gmap_mdfa105838bd33acd898cf2e6b1989f3b.bounds.extend( gmap_mdfa105838bd33acd898cf2e6b1989f3b.positions[m] ); } // Render markers for ( var m in gmap_mdfa105838bd33acd898cf2e6b1989f3b.positions ) { gmap_mdfa105838bd33acd898cf2e6b1989f3b.markers[m] = new google.maps.Marker( { clickable: true, map : gmap_mdfa105838bd33acd898cf2e6b1989f3b.map, position : gmap_mdfa105838bd33acd898cf2e6b1989f3b.positions[m] } ); } // Redraw map to fit our new marker-based bounds gmap_mdfa105838bd33acd898cf2e6b1989f3b.map.setCenter( gmap_mdfa105838bd33acd898cf2e6b1989f3b.positions[712] ); });
