https://scontent.cdninstagram.com/v/t50.2886-16/98176221_1185865921779341_1219548950954559011_n.mp4?_nc_ht=scontent.cdninstagram.com&_nc_ohc=qHlN50Nhlc8AX_jsZvA&oe=5ECBD798&oh=258bb8055963c8a939791ec353d0ccea
Had a pretty cool little visitor in the garden this evening, slurpin’ on our honeysuckle. #moth
39.7572-104.967
jQuery(document).ready(function(){
var gmap_m45197d8dbea7668015202ae7c29df75b = {
positions : {
858 : 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_m45197d8dbea7668015202ae7c29df75b’ ),
{
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_m45197d8dbea7668015202ae7c29df75b.positions ) {
gmap_m45197d8dbea7668015202ae7c29df75b.bounds.extend( gmap_m45197d8dbea7668015202ae7c29df75b.positions[m] );
}
// Render markers
for ( var m in gmap_m45197d8dbea7668015202ae7c29df75b.positions ) {
gmap_m45197d8dbea7668015202ae7c29df75b.markers[m] = new google.maps.Marker( {
clickable: true,
map : gmap_m45197d8dbea7668015202ae7c29df75b.map,
position : gmap_m45197d8dbea7668015202ae7c29df75b.positions[m]
} );
}
// Redraw map to fit our new marker-based bounds
gmap_m45197d8dbea7668015202ae7c29df75b.map.setCenter( gmap_m45197d8dbea7668015202ae7c29df75b.positions[858] );
});