Crackers On The Street
People kept setting off rolls of 10,000 fire crackers in the middle of the street (and all the people passing). They were so loud that our ears were ringing by the time we made it to the end of the street.
Posted on Flickr 7:48 am, December 31, 2006 jQuery(document).ready(function(){ var gmap_m4c85e9e0d83d5b2bf1c2578a66e2946c = { positions : { 333 : new google.maps.LatLng( ‘7.896794’, ‘98.295879’ ) }, bounds : new google.maps.LatLngBounds(), // empty for now, we’ll dynamically extend it later map : new google.maps.Map( document.getElementById( ‘gmap_m4c85e9e0d83d5b2bf1c2578a66e2946c’ ), { 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_m4c85e9e0d83d5b2bf1c2578a66e2946c.positions ) { gmap_m4c85e9e0d83d5b2bf1c2578a66e2946c.bounds.extend( gmap_m4c85e9e0d83d5b2bf1c2578a66e2946c.positions[m] ); } // Render markers for ( var m in gmap_m4c85e9e0d83d5b2bf1c2578a66e2946c.positions ) { gmap_m4c85e9e0d83d5b2bf1c2578a66e2946c.markers[m] = new google.maps.Marker( { clickable: true, map : gmap_m4c85e9e0d83d5b2bf1c2578a66e2946c.map, position : gmap_m4c85e9e0d83d5b2bf1c2578a66e2946c.positions[m] } ); } // Redraw map to fit our new marker-based bounds gmap_m4c85e9e0d83d5b2bf1c2578a66e2946c.map.setCenter( gmap_m4c85e9e0d83d5b2bf1c2578a66e2946c.positions[333] ); });
