Two new places to try in the neighborhood, both opened this week!
Posted on Instagram 9:22 pm, March 20, 2018 jQuery(document).ready(function(){ var gmap_m3a1d9348e70bb27226f4b4b236283d74 = { positions : { 243 : new google.maps.LatLng( ‘39.76129’, ‘-104.98129’ ) }, bounds : new google.maps.LatLngBounds(), // empty for now, we’ll dynamically extend it later map : new google.maps.Map( document.getElementById( ‘gmap_m3a1d9348e70bb27226f4b4b236283d74’ ), { 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_m3a1d9348e70bb27226f4b4b236283d74.positions ) { gmap_m3a1d9348e70bb27226f4b4b236283d74.bounds.extend( gmap_m3a1d9348e70bb27226f4b4b236283d74.positions[m] ); } // Render markers for ( var m in gmap_m3a1d9348e70bb27226f4b4b236283d74.positions ) { gmap_m3a1d9348e70bb27226f4b4b236283d74.markers[m] = new google.maps.Marker( { clickable: true, map : gmap_m3a1d9348e70bb27226f4b4b236283d74.map, position : gmap_m3a1d9348e70bb27226f4b4b236283d74.positions[m] } ); } // Redraw map to fit our new marker-based bounds gmap_m3a1d9348e70bb27226f4b4b236283d74.map.setCenter( gmap_m3a1d9348e70bb27226f4b4b236283d74.positions[243] ); });
