Wilderness Skills Clinic
There are 2 debris huts in this picture. Can you see them?
Posted on Flickr 12:03 pm, December 11, 2011 jQuery(document).ready(function(){ var gmap_meff49a062f9a7c6bff97bc827ef3a10b = { positions : { 42 : new google.maps.LatLng( ‘38’, ‘-122.6125’ ) }, bounds : new google.maps.LatLngBounds(), // empty for now, we’ll dynamically extend it later map : new google.maps.Map( document.getElementById( ‘gmap_meff49a062f9a7c6bff97bc827ef3a10b’ ), { 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_meff49a062f9a7c6bff97bc827ef3a10b.positions ) { gmap_meff49a062f9a7c6bff97bc827ef3a10b.bounds.extend( gmap_meff49a062f9a7c6bff97bc827ef3a10b.positions[m] ); } // Render markers for ( var m in gmap_meff49a062f9a7c6bff97bc827ef3a10b.positions ) { gmap_meff49a062f9a7c6bff97bc827ef3a10b.markers[m] = new google.maps.Marker( { clickable: true, map : gmap_meff49a062f9a7c6bff97bc827ef3a10b.map, position : gmap_meff49a062f9a7c6bff97bc827ef3a10b.positions[m] } ); } // Redraw map to fit our new marker-based bounds gmap_meff49a062f9a7c6bff97bc827ef3a10b.map.setCenter( gmap_meff49a062f9a7c6bff97bc827ef3a10b.positions[42] ); });
