Afternoon beers after a rough 4wd in, plus rain while setting up camp. Birthday weekend for @akires
39.8358205-105.678059
Posted on Instagram 3:54 pm, August 13, 2017 jQuery(document).ready(function(){ var gmap_mb7f7cb13cc27277a72ca4a710c01d67c = { positions : { 453 : new google.maps.LatLng( ‘39.8358205’, ‘-105.678059’ ) }, bounds : new google.maps.LatLngBounds(), // empty for now, we’ll dynamically extend it later map : new google.maps.Map( document.getElementById( ‘gmap_mb7f7cb13cc27277a72ca4a710c01d67c’ ), { 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_mb7f7cb13cc27277a72ca4a710c01d67c.positions ) { gmap_mb7f7cb13cc27277a72ca4a710c01d67c.bounds.extend( gmap_mb7f7cb13cc27277a72ca4a710c01d67c.positions[m] ); } // Render markers for ( var m in gmap_mb7f7cb13cc27277a72ca4a710c01d67c.positions ) { gmap_mb7f7cb13cc27277a72ca4a710c01d67c.markers[m] = new google.maps.Marker( { clickable: true, map : gmap_mb7f7cb13cc27277a72ca4a710c01d67c.map, position : gmap_mb7f7cb13cc27277a72ca4a710c01d67c.positions[m] } ); } // Redraw map to fit our new marker-based bounds gmap_mb7f7cb13cc27277a72ca4a710c01d67c.map.setCenter( gmap_mb7f7cb13cc27277a72ca4a710c01d67c.positions[453] ); });
