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

