Welcome reception at #wpvip. Great conversations and great kickoff to the event.

Welcome reception at #wpvip. Great conversations and great kickoff to the event.

Posted on Instagram 4:15 pm, May 5, 2015 jQuery(document).ready(function(){ var gmap_mf8b17b4ee5185322b2ff7693cf97593c = { positions : { 659 : new google.maps.LatLng( ‘38.256673012’, ‘-122.333844107’ ) }, bounds : new google.maps.LatLngBounds(), // empty for now, we’ll dynamically extend it later map : new google.maps.Map( document.getElementById( ‘gmap_mf8b17b4ee5185322b2ff7693cf97593c’ ), { 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_mf8b17b4ee5185322b2ff7693cf97593c.positions ) { gmap_mf8b17b4ee5185322b2ff7693cf97593c.bounds.extend( gmap_mf8b17b4ee5185322b2ff7693cf97593c.positions[m] ); } // Render markers for ( var m in gmap_mf8b17b4ee5185322b2ff7693cf97593c.positions ) { gmap_mf8b17b4ee5185322b2ff7693cf97593c.markers[m] = new google.maps.Marker( { clickable: true, map : gmap_mf8b17b4ee5185322b2ff7693cf97593c.map, position : gmap_mf8b17b4ee5185322b2ff7693cf97593c.positions[m] } ); } // Redraw map to fit our new marker-based bounds gmap_mf8b17b4ee5185322b2ff7693cf97593c.map.setCenter( gmap_mf8b17b4ee5185322b2ff7693cf97593c.positions[659] ); });