
// ****************************************************************************
// On a map-by-map basis, change the stuff in this section to customize
// ****************************************************************************
    var mapCenterLat = 30.109336;
    var mapCenterLng = -97.280000;
    var initialMapScale = 15;
    var numRoutes = 5;
    var cpDataContainsCPNums = 1;

    var teamNames = new Array(0);
    teamNames[0] = "Doug & Mark";
    teamNames[1] = "Garrett";
    teamNames[2] = "Stephanie & Sheila";
    teamNames[3] = "Debbie & Bryan";
    teamNames[4] = "Diane & Friend";

// ****************************************************************************
// End of customize section
// ****************************************************************************

