Anthony’s Nose

Anthony’s Nose

IMG_5508

Anthony’s Nose

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