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

