New Chair

New Chair

New Chair

New Chair

It’s ergonomic, yo.

Posted on Flickr 4:47 am, February 1, 2012 jQuery(document).ready(function(){ var gmap_mb54503eb948b933a7e7e38fac536d33e = { positions : { 330 : new google.maps.LatLng( ‘37.791333’, ‘-122.417834’ ) }, bounds : new google.maps.LatLngBounds(), // empty for now, we’ll dynamically extend it later map : new google.maps.Map( document.getElementById( ‘gmap_mb54503eb948b933a7e7e38fac536d33e’ ), { 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_mb54503eb948b933a7e7e38fac536d33e.positions ) { gmap_mb54503eb948b933a7e7e38fac536d33e.bounds.extend( gmap_mb54503eb948b933a7e7e38fac536d33e.positions[m] ); } // Render markers for ( var m in gmap_mb54503eb948b933a7e7e38fac536d33e.positions ) { gmap_mb54503eb948b933a7e7e38fac536d33e.markers[m] = new google.maps.Marker( { clickable: true, map : gmap_mb54503eb948b933a7e7e38fac536d33e.map, position : gmap_mb54503eb948b933a7e7e38fac536d33e.positions[m] } ); } // Redraw map to fit our new marker-based bounds gmap_mb54503eb948b933a7e7e38fac536d33e.map.setCenter( gmap_mb54503eb948b933a7e7e38fac536d33e.positions[330] ); });