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