If you get there early, it’s relatively empty. #temple #shrine
34.967222135.772778
Posted on Instagram 3:37 am, July 21, 2018 jQuery(document).ready(function(){ var gmap_mc228ece0a389d09499f56dda0c064a88 = { positions : { 321 : new google.maps.LatLng( ‘34.967222’, ‘135.772778’ ) }, bounds : new google.maps.LatLngBounds(), // empty for now, we’ll dynamically extend it later map : new google.maps.Map( document.getElementById( ‘gmap_mc228ece0a389d09499f56dda0c064a88’ ), { 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_mc228ece0a389d09499f56dda0c064a88.positions ) { gmap_mc228ece0a389d09499f56dda0c064a88.bounds.extend( gmap_mc228ece0a389d09499f56dda0c064a88.positions[m] ); } // Render markers for ( var m in gmap_mc228ece0a389d09499f56dda0c064a88.positions ) { gmap_mc228ece0a389d09499f56dda0c064a88.markers[m] = new google.maps.Marker( { clickable: true, map : gmap_mc228ece0a389d09499f56dda0c064a88.map, position : gmap_mc228ece0a389d09499f56dda0c064a88.positions[m] } ); } // Redraw map to fit our new marker-based bounds gmap_mc228ece0a389d09499f56dda0c064a88.map.setCenter( gmap_mc228ece0a389d09499f56dda0c064a88.positions[321] ); });
