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