
// ****************************************************************************
// On a map-by-map basis, change the stuff in this section to customize
// ****************************************************************************
    var mapCenterLat = 30.1075972;
    var mapCenterLng = -97.2813789;
    var initialMapScale = 14;
    var numRoutes = 9;
    var cpDataContainsCPNums = 1;

    var teamNames = new Array(0);
    teamNames[0] = "AAR/Thunderdogs";
    teamNames[1] = "The Hounds";
    teamNames[2] = "HFAR/Endeavor";
    teamNames[3] = "Team Super Bad";
    teamNames[4] = "AAR";
    teamNames[5] = "Outcasts";
    teamNames[6] = "Chubbies";
    teamNames[7] = "Austin Kayak";
    teamNames[8] = "Brothers Grim";

// ****************************************************************************
// End of customize section
// ****************************************************************************

