Singapore’s Merlion

Singapore’s Merlion

Singapore’s Merlion

Singapore’s Merlion

Posted on Flickr 5:47 pm, December 23, 2006 jQuery(document).ready(function(){ var gmap_m206dced227112160c44c1b015e263bdb = { positions : { 459 : new google.maps.LatLng( ‘1.300394’, ‘103.873157’ ) }, bounds : new google.maps.LatLngBounds(), // empty for now, we’ll dynamically extend it later map : new google.maps.Map( document.getElementById( ‘gmap_m206dced227112160c44c1b015e263bdb’ ), { 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_m206dced227112160c44c1b015e263bdb.positions ) { gmap_m206dced227112160c44c1b015e263bdb.bounds.extend( gmap_m206dced227112160c44c1b015e263bdb.positions[m] ); } // Render markers for ( var m in gmap_m206dced227112160c44c1b015e263bdb.positions ) { gmap_m206dced227112160c44c1b015e263bdb.markers[m] = new google.maps.Marker( { clickable: true, map : gmap_m206dced227112160c44c1b015e263bdb.map, position : gmap_m206dced227112160c44c1b015e263bdb.positions[m] } ); } // Redraw map to fit our new marker-based bounds gmap_m206dced227112160c44c1b015e263bdb.map.setCenter( gmap_m206dced227112160c44c1b015e263bdb.positions[459] ); });