The Acropolis by Night

The Acropolis by Night

The Acropolis by Night

The Acropolis by Night

The Acropolis by Night

37.97383323.731166

Posted on Flickr 2:01 pm, November 5, 2010 jQuery(document).ready(function(){ var gmap_me407c49cd66ce594a3e1c1cf2a258131 = { positions : { 686 : new google.maps.LatLng( ‘37.973833’, ‘23.731166’ ) }, bounds : new google.maps.LatLngBounds(), // empty for now, we’ll dynamically extend it later map : new google.maps.Map( document.getElementById( ‘gmap_me407c49cd66ce594a3e1c1cf2a258131’ ), { 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_me407c49cd66ce594a3e1c1cf2a258131.positions ) { gmap_me407c49cd66ce594a3e1c1cf2a258131.bounds.extend( gmap_me407c49cd66ce594a3e1c1cf2a258131.positions[m] ); } // Render markers for ( var m in gmap_me407c49cd66ce594a3e1c1cf2a258131.positions ) { gmap_me407c49cd66ce594a3e1c1cf2a258131.markers[m] = new google.maps.Marker( { clickable: true, map : gmap_me407c49cd66ce594a3e1c1cf2a258131.map, position : gmap_me407c49cd66ce594a3e1c1cf2a258131.positions[m] } ); } // Redraw map to fit our new marker-based bounds gmap_me407c49cd66ce594a3e1c1cf2a258131.map.setCenter( gmap_me407c49cd66ce594a3e1c1cf2a258131.positions[686] ); });