San Francisco Buildings

San Francisco Buildings

San Francisco Buildings

San Francisco Buildings

Posted on Flickr 3:41 pm, February 3, 2011 jQuery(document).ready(function(){ var gmap_m349c02b0786f1bb478d1cf8908d329ce = { positions : { 802 : new google.maps.LatLng( ‘37.793666’, ‘-122.396’ ) }, bounds : new google.maps.LatLngBounds(), // empty for now, we’ll dynamically extend it later map : new google.maps.Map( document.getElementById( ‘gmap_m349c02b0786f1bb478d1cf8908d329ce’ ), { 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_m349c02b0786f1bb478d1cf8908d329ce.positions ) { gmap_m349c02b0786f1bb478d1cf8908d329ce.bounds.extend( gmap_m349c02b0786f1bb478d1cf8908d329ce.positions[m] ); } // Render markers for ( var m in gmap_m349c02b0786f1bb478d1cf8908d329ce.positions ) { gmap_m349c02b0786f1bb478d1cf8908d329ce.markers[m] = new google.maps.Marker( { clickable: true, map : gmap_m349c02b0786f1bb478d1cf8908d329ce.map, position : gmap_m349c02b0786f1bb478d1cf8908d329ce.positions[m] } ); } // Redraw map to fit our new marker-based bounds gmap_m349c02b0786f1bb478d1cf8908d329ce.map.setCenter( gmap_m349c02b0786f1bb478d1cf8908d329ce.positions[802] ); });