Let’s get 10 wings. No. Let’s get ONE HUNDRED WINGS!
Posted on Instagram 9:27 pm, July 31, 2012 jQuery(document).ready(function(){ var gmap_me0d026180517cb092f915173599396bd = { positions : { 531 : new google.maps.LatLng( ‘40.7328’, ‘-73.954692’ ) }, bounds : new google.maps.LatLngBounds(), // empty for now, we’ll dynamically extend it later map : new google.maps.Map( document.getElementById( ‘gmap_me0d026180517cb092f915173599396bd’ ), { 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_me0d026180517cb092f915173599396bd.positions ) { gmap_me0d026180517cb092f915173599396bd.bounds.extend( gmap_me0d026180517cb092f915173599396bd.positions[m] ); } // Render markers for ( var m in gmap_me0d026180517cb092f915173599396bd.positions ) { gmap_me0d026180517cb092f915173599396bd.markers[m] = new google.maps.Marker( { clickable: true, map : gmap_me0d026180517cb092f915173599396bd.map, position : gmap_me0d026180517cb092f915173599396bd.positions[m] } ); } // Redraw map to fit our new marker-based bounds gmap_me0d026180517cb092f915173599396bd.map.setCenter( gmap_me0d026180517cb092f915173599396bd.positions[531] ); });
