Denver Meetup
Team Mercury meetup (and a few days after) in Denver, Colorado.
- #automattic
- #colorado
- #Denver
- #meetup
- #mercury
- #vision:clouds=0819
- #vision:mountain=0866
- #vision:outdoor=099
- #vision:sky=072
Posted on Flickr 8:50 am, November 18, 2013 jQuery(document).ready(function(){ var gmap_m5da8446f4266e897323559042ec100cc = { positions : { 698 : new google.maps.LatLng( ‘39.663569’, ‘-105.204964’ ) }, bounds : new google.maps.LatLngBounds(), // empty for now, we’ll dynamically extend it later map : new google.maps.Map( document.getElementById( ‘gmap_m5da8446f4266e897323559042ec100cc’ ), { 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_m5da8446f4266e897323559042ec100cc.positions ) { gmap_m5da8446f4266e897323559042ec100cc.bounds.extend( gmap_m5da8446f4266e897323559042ec100cc.positions[m] ); } // Render markers for ( var m in gmap_m5da8446f4266e897323559042ec100cc.positions ) { gmap_m5da8446f4266e897323559042ec100cc.markers[m] = new google.maps.Marker( { clickable: true, map : gmap_m5da8446f4266e897323559042ec100cc.map, position : gmap_m5da8446f4266e897323559042ec100cc.positions[m] } ); } // Redraw map to fit our new marker-based bounds gmap_m5da8446f4266e897323559042ec100cc.map.setCenter( gmap_m5da8446f4266e897323559042ec100cc.positions[698] ); });
