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

