
// ****************************************************************************
// On a map-by-map basis, change the stuff in this section to customize
// ****************************************************************************
    var mapCenterLat = 30.7413822;
    var mapCenterLng = -98.3674249;
    var initialMapScale = 14;
    var numRoutes = 4;
    var cpDataContainsCPNums = 1;

    var teamNames = new Array(0);
    teamNames[0] = "AAR/Thunderdogs";
    teamNames[1] = "Chubby Hounds 2";
    teamNames[2] = "Outcasts";
    teamNames[3] = "Paul's Team";

// ****************************************************************************
// End of customize section
// ****************************************************************************

