function GetMap()
{
  map = new VEMap('map');
  map.SetDashboardSize(VEDashboardSize.Tiny);
  map.LoadMap(); 
  MapResize();
  map.SetCenterAndZoom(new VELatLong(47.607002, -122.336025), 11);
  MapResize();
  AddMyLayer('8F493D79049225A6!666');     
}
