Golden moment. #sunset #darlingharbour #sydneyharbourbridge #sydney
-33.8553807151.2497171
Posted on Instagram 2:22 am, July 3, 2016 jQuery(document).ready(function(){ var gmap_md0cc150869e63810a8703a37bbcd95cf = { positions : { 652 : new google.maps.LatLng( ‘-33.855380695714’, ‘151.24971706434’ ) }, bounds : new google.maps.LatLngBounds(), // empty for now, we’ll dynamically extend it later map : new google.maps.Map( document.getElementById( ‘gmap_md0cc150869e63810a8703a37bbcd95cf’ ), { 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_md0cc150869e63810a8703a37bbcd95cf.positions ) { gmap_md0cc150869e63810a8703a37bbcd95cf.bounds.extend( gmap_md0cc150869e63810a8703a37bbcd95cf.positions[m] ); } // Render markers for ( var m in gmap_md0cc150869e63810a8703a37bbcd95cf.positions ) { gmap_md0cc150869e63810a8703a37bbcd95cf.markers[m] = new google.maps.Marker( { clickable: true, map : gmap_md0cc150869e63810a8703a37bbcd95cf.map, position : gmap_md0cc150869e63810a8703a37bbcd95cf.positions[m] } ); } // Redraw map to fit our new marker-based bounds gmap_md0cc150869e63810a8703a37bbcd95cf.map.setCenter( gmap_md0cc150869e63810a8703a37bbcd95cf.positions[652] ); });
