﻿function pageLoad(sender, args) {
    GetMap();
    
    // Check to make sure GetMap2 is available
    if (window['GetMap2'] && typeof(window['GetMap2'])=='function') 
    {
        GetMap2();
    }
}

