Map
You can drag the map to see the area you are interested in.
Double clicking the map enable you to zoom in for more detail.
//
function load() { if (GBrowserIsCompatible()) { var map = new GMap2(document.getElementById(”map”)); map.setCenter(new GLatLng(37.4419, -122.1419), 13); } }
//]]>
