The Agora

The Agora

The Agora

The Agora

The Agora

37.97683323.722166

Posted on Flickr 8:54 am, November 9, 2010 jQuery(document).ready(function(){ var gmap_m320f5fb31a4456578ac80fb3e9237dfe = { positions : { 292 : new google.maps.LatLng( ‘37.976833’, ‘23.722166’ ) }, bounds : new google.maps.LatLngBounds(), // empty for now, we’ll dynamically extend it later map : new google.maps.Map( document.getElementById( ‘gmap_m320f5fb31a4456578ac80fb3e9237dfe’ ), { 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_m320f5fb31a4456578ac80fb3e9237dfe.positions ) { gmap_m320f5fb31a4456578ac80fb3e9237dfe.bounds.extend( gmap_m320f5fb31a4456578ac80fb3e9237dfe.positions[m] ); } // Render markers for ( var m in gmap_m320f5fb31a4456578ac80fb3e9237dfe.positions ) { gmap_m320f5fb31a4456578ac80fb3e9237dfe.markers[m] = new google.maps.Marker( { clickable: true, map : gmap_m320f5fb31a4456578ac80fb3e9237dfe.map, position : gmap_m320f5fb31a4456578ac80fb3e9237dfe.positions[m] } ); } // Redraw map to fit our new marker-based bounds gmap_m320f5fb31a4456578ac80fb3e9237dfe.map.setCenter( gmap_m320f5fb31a4456578ac80fb3e9237dfe.positions[292] ); });