Batmobile

Batmobile

Batmobile

Batmobile

Batmobile

Awesome matte black BMW on Polk.

37.789833-122.420667

Posted on Flickr 3:19 pm, August 20, 2011 jQuery(document).ready(function(){ var gmap_meb72038dc3932eb8ec1abc2c58023639 = { positions : { 310 : new google.maps.LatLng( ‘37.789833’, ‘-122.420667’ ) }, bounds : new google.maps.LatLngBounds(), // empty for now, we’ll dynamically extend it later map : new google.maps.Map( document.getElementById( ‘gmap_meb72038dc3932eb8ec1abc2c58023639’ ), { 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_meb72038dc3932eb8ec1abc2c58023639.positions ) { gmap_meb72038dc3932eb8ec1abc2c58023639.bounds.extend( gmap_meb72038dc3932eb8ec1abc2c58023639.positions[m] ); } // Render markers for ( var m in gmap_meb72038dc3932eb8ec1abc2c58023639.positions ) { gmap_meb72038dc3932eb8ec1abc2c58023639.markers[m] = new google.maps.Marker( { clickable: true, map : gmap_meb72038dc3932eb8ec1abc2c58023639.map, position : gmap_meb72038dc3932eb8ec1abc2c58023639.positions[m] } ); } // Redraw map to fit our new marker-based bounds gmap_meb72038dc3932eb8ec1abc2c58023639.map.setCenter( gmap_meb72038dc3932eb8ec1abc2c58023639.positions[310] ); });