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

