Automattic VIP Training

Automattic VIP Training

Automattic VIP Training

Automattic VIP Training

Annual VIP training workshop, held in Napa, CA

Posted on Flickr 1:40 pm, May 14, 2013 jQuery(document).ready(function(){ var gmap_maffd9a713da95e3cf99447e51668364e = { positions : { 800 : new google.maps.LatLng( ‘38.256’, ‘-122.331167’ ) }, bounds : new google.maps.LatLngBounds(), // empty for now, we’ll dynamically extend it later map : new google.maps.Map( document.getElementById( ‘gmap_maffd9a713da95e3cf99447e51668364e’ ), { 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_maffd9a713da95e3cf99447e51668364e.positions ) { gmap_maffd9a713da95e3cf99447e51668364e.bounds.extend( gmap_maffd9a713da95e3cf99447e51668364e.positions[m] ); } // Render markers for ( var m in gmap_maffd9a713da95e3cf99447e51668364e.positions ) { gmap_maffd9a713da95e3cf99447e51668364e.markers[m] = new google.maps.Marker( { clickable: true, map : gmap_maffd9a713da95e3cf99447e51668364e.map, position : gmap_maffd9a713da95e3cf99447e51668364e.positions[m] } ); } // Redraw map to fit our new marker-based bounds gmap_maffd9a713da95e3cf99447e51668364e.map.setCenter( gmap_maffd9a713da95e3cf99447e51668364e.positions[800] ); });