Dramatic #clouds

Dramatic #clouds

Posted on Instagram 10:05 am, April 3, 2016 jQuery(document).ready(function(){ var gmap_mf7668c9eaa1d7bd419082fdf3ba2568a = { positions : { 9 : new google.maps.LatLng( ‘53.015184604’, ‘-9.404570445’ ) }, bounds : new google.maps.LatLngBounds(), // empty for now, we’ll dynamically extend it later map : new google.maps.Map( document.getElementById( ‘gmap_mf7668c9eaa1d7bd419082fdf3ba2568a’ ), { 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_mf7668c9eaa1d7bd419082fdf3ba2568a.positions ) { gmap_mf7668c9eaa1d7bd419082fdf3ba2568a.bounds.extend( gmap_mf7668c9eaa1d7bd419082fdf3ba2568a.positions[m] ); } // Render markers for ( var m in gmap_mf7668c9eaa1d7bd419082fdf3ba2568a.positions ) { gmap_mf7668c9eaa1d7bd419082fdf3ba2568a.markers[m] = new google.maps.Marker( { clickable: true, map : gmap_mf7668c9eaa1d7bd419082fdf3ba2568a.map, position : gmap_mf7668c9eaa1d7bd419082fdf3ba2568a.positions[m] } ); } // Redraw map to fit our new marker-based bounds gmap_mf7668c9eaa1d7bd419082fdf3ba2568a.map.setCenter( gmap_mf7668c9eaa1d7bd419082fdf3ba2568a.positions[9] ); });