There are much worse places to make a fresh cup of coffee. (from a few weeks ago, wishing I was there now)

There are much worse places to make a fresh cup of coffee. (from a few weeks ago, wishing I was there now)

There are much worse places to make a fresh cup of coffee. (from a few weeks ago, wishing I was there now)

39.4091364-105.5007863

Posted on Instagram 4:09 pm, August 23, 2019 jQuery(document).ready(function(){ var gmap_mf476f9b82b770f10fc8d19253598f79f = { positions : { 119 : new google.maps.LatLng( ‘39.4091364’, ‘-105.5007863’ ) }, bounds : new google.maps.LatLngBounds(), // empty for now, we’ll dynamically extend it later map : new google.maps.Map( document.getElementById( ‘gmap_mf476f9b82b770f10fc8d19253598f79f’ ), { 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_mf476f9b82b770f10fc8d19253598f79f.positions ) { gmap_mf476f9b82b770f10fc8d19253598f79f.bounds.extend( gmap_mf476f9b82b770f10fc8d19253598f79f.positions[m] ); } // Render markers for ( var m in gmap_mf476f9b82b770f10fc8d19253598f79f.positions ) { gmap_mf476f9b82b770f10fc8d19253598f79f.markers[m] = new google.maps.Marker( { clickable: true, map : gmap_mf476f9b82b770f10fc8d19253598f79f.map, position : gmap_mf476f9b82b770f10fc8d19253598f79f.positions[m] } ); } // Redraw map to fit our new marker-based bounds gmap_mf476f9b82b770f10fc8d19253598f79f.map.setCenter( gmap_mf476f9b82b770f10fc8d19253598f79f.positions[119] ); });