
// ****************************************************************************
// On a map-by-map basis, change the stuff in this section to customize
// ****************************************************************************
    var mapCenterLat = 30.254174;
    var mapCenterLng = -97.802353;
    var initialMapScale = 13;
    var numRoutes = 2;
    var cpDataContainsCPNums = 1;

    var teamNames = new Array(0);
    teamNames[0] = "Lower Greenbelt";
    teamNames[1] = "Upper Greenbelt";

// ****************************************************************************
// End of customize section
// ****************************************************************************

