Today’s garden visitor #dragonfly #garden

Today’s garden visitor #dragonfly #garden

Today’s garden visitor #dragonfly #garden

39.7572-104.967

Posted on Instagram 9:42 am, June 30, 2018 jQuery(document).ready(function(){ var gmap_ma3ea82f81e27944ceaf9b6801fe8e18c = { positions : { 776 : new google.maps.LatLng( ‘39.7572’, ‘-104.967’ ) }, bounds : new google.maps.LatLngBounds(), // empty for now, we’ll dynamically extend it later map : new google.maps.Map( document.getElementById( ‘gmap_ma3ea82f81e27944ceaf9b6801fe8e18c’ ), { 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_ma3ea82f81e27944ceaf9b6801fe8e18c.positions ) { gmap_ma3ea82f81e27944ceaf9b6801fe8e18c.bounds.extend( gmap_ma3ea82f81e27944ceaf9b6801fe8e18c.positions[m] ); } // Render markers for ( var m in gmap_ma3ea82f81e27944ceaf9b6801fe8e18c.positions ) { gmap_ma3ea82f81e27944ceaf9b6801fe8e18c.markers[m] = new google.maps.Marker( { clickable: true, map : gmap_ma3ea82f81e27944ceaf9b6801fe8e18c.map, position : gmap_ma3ea82f81e27944ceaf9b6801fe8e18c.positions[m] } ); } // Redraw map to fit our new marker-based bounds gmap_ma3ea82f81e27944ceaf9b6801fe8e18c.map.setCenter( gmap_ma3ea82f81e27944ceaf9b6801fe8e18c.positions[776] ); });