Ground Zero Memorial

Ground Zero Memorial

Ground Zero Memorial

Ground Zero Memorial

Posted on Flickr 10:10 am, June 29, 2013 jQuery(document).ready(function(){ var gmap_maa38834ad411dd8a8b8334fa62231ec7 = { positions : { 810 : new google.maps.LatLng( ‘40.711333’, ‘-74.013167’ ) }, bounds : new google.maps.LatLngBounds(), // empty for now, we’ll dynamically extend it later map : new google.maps.Map( document.getElementById( ‘gmap_maa38834ad411dd8a8b8334fa62231ec7’ ), { 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_maa38834ad411dd8a8b8334fa62231ec7.positions ) { gmap_maa38834ad411dd8a8b8334fa62231ec7.bounds.extend( gmap_maa38834ad411dd8a8b8334fa62231ec7.positions[m] ); } // Render markers for ( var m in gmap_maa38834ad411dd8a8b8334fa62231ec7.positions ) { gmap_maa38834ad411dd8a8b8334fa62231ec7.markers[m] = new google.maps.Marker( { clickable: true, map : gmap_maa38834ad411dd8a8b8334fa62231ec7.map, position : gmap_maa38834ad411dd8a8b8334fa62231ec7.positions[m] } ); } // Redraw map to fit our new marker-based bounds gmap_maa38834ad411dd8a8b8334fa62231ec7.map.setCenter( gmap_maa38834ad411dd8a8b8334fa62231ec7.positions[810] ); });