Chum Li v Guile (?)

Chum Li v Guile (?)

Posted on Instagram 3:25 am, October 31, 2010 jQuery(document).ready(function(){ var gmap_mb55bfed6578793bd93ca5319033078b3 = { positions : { 46 : new google.maps.LatLng( ‘37.78952045’, ‘-122.420632’ ) }, bounds : new google.maps.LatLngBounds(), // empty for now, we’ll dynamically extend it later map : new google.maps.Map( document.getElementById( ‘gmap_mb55bfed6578793bd93ca5319033078b3’ ), { 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_mb55bfed6578793bd93ca5319033078b3.positions ) { gmap_mb55bfed6578793bd93ca5319033078b3.bounds.extend( gmap_mb55bfed6578793bd93ca5319033078b3.positions[m] ); } // Render markers for ( var m in gmap_mb55bfed6578793bd93ca5319033078b3.positions ) { gmap_mb55bfed6578793bd93ca5319033078b3.markers[m] = new google.maps.Marker( { clickable: true, map : gmap_mb55bfed6578793bd93ca5319033078b3.map, position : gmap_mb55bfed6578793bd93ca5319033078b3.positions[m] } ); } // Redraw map to fit our new marker-based bounds gmap_mb55bfed6578793bd93ca5319033078b3.map.setCenter( gmap_mb55bfed6578793bd93ca5319033078b3.positions[46] ); });