﻿var map = null;

function GetMap(){            
    map = new VEMap('myMap');            
    map.LoadMap();                   
    map.HideDashboard(); 
    map.SetCenterAndZoom(new VELatLong(40,-97),3);
}