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

