These little jerks keep bringing tasty trash into my yard to nibble on, then leave it laying around.

These little jerks keep bringing tasty trash into my yard to nibble on, then leave it laying around.

Posted on Instagram 2:12 pm, June 22, 2015 jQuery(document).ready(function(){ var gmap_mf026d1e02af8a4d9ec626c040782c467 = { positions : { 407 : new google.maps.LatLng( ‘39.759913333’, ‘-104.969528333’ ) }, bounds : new google.maps.LatLngBounds(), // empty for now, we’ll dynamically extend it later map : new google.maps.Map( document.getElementById( ‘gmap_mf026d1e02af8a4d9ec626c040782c467’ ), { 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_mf026d1e02af8a4d9ec626c040782c467.positions ) { gmap_mf026d1e02af8a4d9ec626c040782c467.bounds.extend( gmap_mf026d1e02af8a4d9ec626c040782c467.positions[m] ); } // Render markers for ( var m in gmap_mf026d1e02af8a4d9ec626c040782c467.positions ) { gmap_mf026d1e02af8a4d9ec626c040782c467.markers[m] = new google.maps.Marker( { clickable: true, map : gmap_mf026d1e02af8a4d9ec626c040782c467.map, position : gmap_mf026d1e02af8a4d9ec626c040782c467.positions[m] } ); } // Redraw map to fit our new marker-based bounds gmap_mf026d1e02af8a4d9ec626c040782c467.map.setCenter( gmap_mf026d1e02af8a4d9ec626c040782c467.positions[407] ); });