
<!-- 
 
function showMap() { 
defLng  = "-122.6703990"; 
defLat  = "45.5238750"; 
defZoom = 10; 
clng       = defLng; 
clat       = defLat; 
zoomStart  = defZoom; 
Load();
}
 
//-->
