Team Social in Lisbon

Team Social in Lisbon

Team Social in Lisbon

Team Social in Lisbon

Posted on Flickr 6:22 pm, September 28, 2011 jQuery(document).ready(function(){ var gmap_md1e24aae06e78c245a6f9000fb88c8ec = { positions : { 402 : new google.maps.LatLng( ‘38.7175’, ‘-9.153167’ ) }, bounds : new google.maps.LatLngBounds(), // empty for now, we’ll dynamically extend it later map : new google.maps.Map( document.getElementById( ‘gmap_md1e24aae06e78c245a6f9000fb88c8ec’ ), { 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_md1e24aae06e78c245a6f9000fb88c8ec.positions ) { gmap_md1e24aae06e78c245a6f9000fb88c8ec.bounds.extend( gmap_md1e24aae06e78c245a6f9000fb88c8ec.positions[m] ); } // Render markers for ( var m in gmap_md1e24aae06e78c245a6f9000fb88c8ec.positions ) { gmap_md1e24aae06e78c245a6f9000fb88c8ec.markers[m] = new google.maps.Marker( { clickable: true, map : gmap_md1e24aae06e78c245a6f9000fb88c8ec.map, position : gmap_md1e24aae06e78c245a6f9000fb88c8ec.positions[m] } ); } // Redraw map to fit our new marker-based bounds gmap_md1e24aae06e78c245a6f9000fb88c8ec.map.setCenter( gmap_md1e24aae06e78c245a6f9000fb88c8ec.positions[402] ); });