Godzilla!
35.6952601139.7019768
Posted on Instagram 11:59 pm, July 21, 2018 jQuery(document).ready(function(){ var gmap_mb86592bfe3c7c60bc98e097ff1b9e92c = { positions : { 794 : new google.maps.LatLng( ‘35.6952601’, ‘139.7019768’ ) }, bounds : new google.maps.LatLngBounds(), // empty for now, we’ll dynamically extend it later map : new google.maps.Map( document.getElementById( ‘gmap_mb86592bfe3c7c60bc98e097ff1b9e92c’ ), { 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_mb86592bfe3c7c60bc98e097ff1b9e92c.positions ) { gmap_mb86592bfe3c7c60bc98e097ff1b9e92c.bounds.extend( gmap_mb86592bfe3c7c60bc98e097ff1b9e92c.positions[m] ); } // Render markers for ( var m in gmap_mb86592bfe3c7c60bc98e097ff1b9e92c.positions ) { gmap_mb86592bfe3c7c60bc98e097ff1b9e92c.markers[m] = new google.maps.Marker( { clickable: true, map : gmap_mb86592bfe3c7c60bc98e097ff1b9e92c.map, position : gmap_mb86592bfe3c7c60bc98e097ff1b9e92c.positions[m] } ); } // Redraw map to fit our new marker-based bounds gmap_mb86592bfe3c7c60bc98e097ff1b9e92c.map.setCenter( gmap_mb86592bfe3c7c60bc98e097ff1b9e92c.positions[794] ); });
