Got all the cooler season things planted finally. Even though it’s pretty warm already, and forecast for more of the same.
39.7572-104.967
Posted on Instagram 4:27 pm, April 9, 2017 jQuery(document).ready(function(){ var gmap_mbfbfe6a153079cb2a2d0fe39cb79bb1f = { positions : { 184 : 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_mbfbfe6a153079cb2a2d0fe39cb79bb1f’ ), { 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_mbfbfe6a153079cb2a2d0fe39cb79bb1f.positions ) { gmap_mbfbfe6a153079cb2a2d0fe39cb79bb1f.bounds.extend( gmap_mbfbfe6a153079cb2a2d0fe39cb79bb1f.positions[m] ); } // Render markers for ( var m in gmap_mbfbfe6a153079cb2a2d0fe39cb79bb1f.positions ) { gmap_mbfbfe6a153079cb2a2d0fe39cb79bb1f.markers[m] = new google.maps.Marker( { clickable: true, map : gmap_mbfbfe6a153079cb2a2d0fe39cb79bb1f.map, position : gmap_mbfbfe6a153079cb2a2d0fe39cb79bb1f.positions[m] } ); } // Redraw map to fit our new marker-based bounds gmap_mbfbfe6a153079cb2a2d0fe39cb79bb1f.map.setCenter( gmap_mbfbfe6a153079cb2a2d0fe39cb79bb1f.positions[184] ); });
