markerArray[OTHER_LOCATIONS_NUM] = [];
markerDataArray[OTHER_LOCATIONS_NUM] = [];
markerEnabledArray[OTHER_LOCATIONS_NUM] = [];

clickable[OTHER_LOCATIONS_NUM] = true;

//Other Locations


/*---------------------------------------------------------------------------------*/
/*                      Presidents Residence                                       */
/*---------------------------------------------------------------------------------*/
    var presPoint = new GLatLng(40.52016099541517, -89.0068531036377);
    var presMark = new GMarker(presPoint, {icon:sportsIcon});
	markerArray[OTHER_LOCATIONS_NUM].push(presMark);
	markerDataArray[OTHER_LOCATIONS_NUM].push(["presRes", "<div class='infoBox'><h2>University (President's) Residence</h2><img src='/images/thumbs/presResThumb.jpg'><p>Other<br><a href=javascript:showMoreInformation('/locations/university_residence.shtml')>More Information</a></p></div>"]);
	markerEnabledArray[OTHER_LOCATIONS_NUM].push(0);

	//Illinois Special Olympics
	var sportsSpecOlymPoint = new GLatLng(40.5138399379946, -88.97668898105621);
    var sportsSpecOlymMark = new GMarker(sportsSpecOlymPoint, {icon:sportsIcon});
	markerArray[OTHER_LOCATIONS_NUM].push(sportsSpecOlymMark);
	markerDataArray[OTHER_LOCATIONS_NUM].push(["specialolympics", "<div class='infoBox'><h2>Illinois Special Olympics</h2><img src='/images/thumbs/specialOlympicsThumb.jpg'><p>Point of Interest<br><a href=javascript:showMoreInformation('/locations/special_olympics.shtml')>More Information</a></p></div>"]);
	markerEnabledArray[OTHER_LOCATIONS_NUM].push(0);

/*---------------------------------------------------------------------------------*/
/*                      University Farm                                            */
/*---------------------------------------------------------------------------------*/
    var farmPoint = new GLatLng(40.66767569854251, -88.77288937568665);
    var farmMark = new GMarker(farmPoint, {icon:classBuildingIcon});
	markerArray[OTHER_LOCATIONS_NUM].push(farmMark);
	markerDataArray[OTHER_LOCATIONS_NUM].push(["farm", "<div class='infoBox'><h2>University Farm</h2><img src='/images/thumbs/farmThumb.jpg'><p><a href=javascript:showMoreInformation('/locations/university_farm.shtml')>More Information</a></p></div>"]);
	markerEnabledArray[OTHER_LOCATIONS_NUM].push(0);

/*---------------------------------------------------------------------------------*/
/*                      Cardinal Court                                             */
/*---------------------------------------------------------------------------------*/
    var cardinalPoint = new GLatLng(40.517469521239164, -88.99931073188782);
    var cardinalMark = new GMarker(cardinalPoint, {icon:residentHallIcon});
	markerArray[OTHER_LOCATIONS_NUM].push(cardinalMark);
	markerDataArray[OTHER_LOCATIONS_NUM].push(["cardinalCourt", "<div class='infoBox'><h2>Cardinal Court</h2><img src='/images/thumbs/cardinalThumb.jpg'><p><a href=javascript:showMoreInformation('/locations/cardinal_court.shtml')>More Information</a></p></div>"]);
	markerEnabledArray[OTHER_LOCATIONS_NUM].push(0);

/*---------------------------------------------------------------------------------*/
/*                      Shelbourne Apartments                                      */
/*---------------------------------------------------------------------------------*/
    var shelbournePoint = new GLatLng(40.5249686780883, -88.980792760849);
    var shelbourneMark = new GMarker(shelbournePoint, {icon:residentHallIcon});
	markerArray[OTHER_LOCATIONS_NUM].push(shelbourneMark);
	markerDataArray[OTHER_LOCATIONS_NUM].push(["shelbourne", "<div class='infoBox'><h2>Shelbourne Apartments</h2><img src='/images/thumbs/shelbourneThumb.jpg'><p><a href=javascript:showMoreInformation('/locations/shelbourne_apartments.shtml')>More Information</a></p></div>"]);
	markerEnabledArray[OTHER_LOCATIONS_NUM].push(0);

/*---------------------------------------------------------------------------------*/
/*                      Carter Harris Physical Plant                               */
/*---------------------------------------------------------------------------------*/
    var carterPoint = new GLatLng(40.51663758917832, -88.99755120277405);
    var carterMark = new GMarker(carterPoint, {icon:facilitiesIcon});
	markerArray[OTHER_LOCATIONS_NUM].push(carterMark);
	markerDataArray[OTHER_LOCATIONS_NUM].push(["carter_harris_physical_plant", "<div class='infoBox'><h2>Carter Harris Physical Plant</h2><img src='/images/thumbs/carterHarrisThumb.jpg'><p>Facilities<br><a href=javascript:showMoreInformation('/locations/carter_harris_physical_plant.shtml')>More Information</a></p></div>"]);
	markerEnabledArray[OTHER_LOCATIONS_NUM].push(0);

/*---------------------------------------------------------------------------------*/
/*                      Centennial West                                            */
/*---------------------------------------------------------------------------------*/
    var cewestPoint = new GLatLng(40.50640071746465, -88.99048089981079);
    var cewestMark = new GMarker(cewestPoint, {icon:classBuildingIcon});
	markerArray[OTHER_LOCATIONS_NUM].push(cewestMark);
	markerDataArray[OTHER_LOCATIONS_NUM].push(["centennial_west_cw", "<div class='infoBox'><h2>Centennial West</h2><img src='/images/thumbs/cwThumb.jpg'><p><a href=javascript:showMoreInformation('/locations/centennial_west_cw.shtml')>More Information</a></p></div>"]);
	markerEnabledArray[OTHER_LOCATIONS_NUM].push(0);

/*---------------------------------------------------------------------------------*/
/*                      Vidette Building                                           */
/*---------------------------------------------------------------------------------*/
    var videttePoint = new GLatLng(40.51315478113474, -88.99377465248108);
    var videtteMark = new GMarker(videttePoint, {icon:adminBuildingIcon});
	markerArray[OTHER_LOCATIONS_NUM].push(videtteMark);
	markerDataArray[OTHER_LOCATIONS_NUM].push(["vidette_building_dvb", "<div class='infoBox'><h2>Vidette Building</h2><img src='/images/thumbs/videtteThumb.jpg'><p><a href=javascript:showMoreInformation('/locations/vidette_building_dvb.shtml')>More Information</a></p></div>"]);
	markerEnabledArray[OTHER_LOCATIONS_NUM].push(0);

/*---------------------------------------------------------------------------------*/
/*                      University High School                                     */
/*---------------------------------------------------------------------------------*/
    var uhighPoint = new GLatLng(40.51529995128114, -88.99633884429932);
    var uhighMark = new GMarker(uhighPoint, {icon:classBuildingIcon});
	markerArray[OTHER_LOCATIONS_NUM].push(uhighMark);
	markerDataArray[OTHER_LOCATIONS_NUM].push(["university_high_school_uh", "<div class='infoBox'><h2>University High School</h2><img src='/images/thumbs/uHighThumb.jpg'><p><a href=javascript:showMoreInformation('/locations/university_high_school_uh.shtml')>More Information</a></p></div>"]);
	markerEnabledArray[OTHER_LOCATIONS_NUM].push(0);

/*---------------------------------------------------------------------------------*/
/*                      Williams Hall Annex                                        */
/*---------------------------------------------------------------------------------*/
    var willAnnexPoint = new GLatLng(40.50826467859722, -88.98994982242584);
    var willAnnexMark = new GMarker(willAnnexPoint, {icon:adminBuildingIcon});
	markerArray[OTHER_LOCATIONS_NUM].push(willAnnexMark);
	markerDataArray[OTHER_LOCATIONS_NUM].push(["williams_hall_annex_wha", "<div class='infoBox'><h2>Williams Hall Annex</h2><img src='/images/thumbs/williams_hall_annex_wha.jpg'><p><a href=javascript:showMoreInformation('/locations/williams_hall_annex_wha.shtml')>More Information</a></p></div>"]);
	markerEnabledArray[OTHER_LOCATIONS_NUM].push(0);

/*---------------------------------------------------------------------------------*/
/*                      University High Tennis Courts                              */
/*---------------------------------------------------------------------------------*/
    var uhighTennisPoint = new GLatLng(40.51556503408226, -88.99746537208557);
    var uhighTennisMark = new GMarker(uhighTennisPoint, {icon:sportsIcon});
	markerArray[OTHER_LOCATIONS_NUM].push(uhighTennisMark);
	markerDataArray[OTHER_LOCATIONS_NUM].push(["university_high_school_tennis_courts", "<div class='infoBox'><h2>University High Tennis Courts</h2><img src='/images/thumbs/uHighTennisThumb.jpg'><p><a href=javascript:showMoreInformation('/locations/university_high_school_tennis_courts.shtml')>More Information</a></p></div>"]);
	markerEnabledArray[OTHER_LOCATIONS_NUM].push(0);

/*---------------------------------------------------------------------------------*/
/*                      Metcalf School                                             */
/*---------------------------------------------------------------------------------*/
    var metcalfPoint = new GLatLng(40.509488257302046, -88.99395704269409);
    var metcalfMark = new GMarker(metcalfPoint, {icon:classBuildingIcon});
	markerArray[OTHER_LOCATIONS_NUM].push(metcalfMark);
	markerDataArray[OTHER_LOCATIONS_NUM].push(["thomas_metcalf_school_mls", "<div class='infoBox'><h2>Thomas Metcalf Laboratory Schools</h2><img src='/images/thumbs/thomasMetcalfThumb.jpg'><p><a href=javascript:showMoreInformation('/locations/thomas_metcalf_school_mls.shtml')>More Information</a></p></div>"]);
	markerEnabledArray[OTHER_LOCATIONS_NUM].push(0);

/*---------------------------------------------------------------------------------*/
/*                      Student Fitness and Kinesiology Recreation Building        */
/*---------------------------------------------------------------------------------*/
    var metcalfPoint = new GLatLng(40.50768143155788, -88.99387121200562);
    var metcalfMark = new GMarker(metcalfPoint, {icon:sportsIcon});
	markerArray[OTHER_LOCATIONS_NUM].push(metcalfMark);
	markerDataArray[OTHER_LOCATIONS_NUM].push(["student_fitness_and_kinesiology_recreation_building", "<div class='infoBox'><h2>Student Fitness and Kinesiology Recreation Building</h2><a href=javascript:showMoreInformation('/locations/student_fitness_and_kinesiology_recreation_building.shtml')>More Information</a></div>"]);
	markerEnabledArray[OTHER_LOCATIONS_NUM].push(0);

/*---------------------------------------------------------------------------------*/
/*                      Southeast Chilled Water Plant (SEC)                        */
/*---------------------------------------------------------------------------------*/
    var chilledWaterPoint = new GLatLng(40.50685753548848, -88.98804008960724);
    var chilledWaterMark = new GMarker(chilledWaterPoint, {icon:facilitiesIcon});
	markerArray[OTHER_LOCATIONS_NUM].push(chilledWaterMark);
	markerDataArray[OTHER_LOCATIONS_NUM].push(["southeast_chilled_water_plant_sec", "<div class='infoBox'><h2>Southeast Chilled Water Plant (SEC)</h2><img src='/images/thumbs/southeastChilledWaterPlantThumb.jpg'><p><a href=javascript:showMoreInformation('/locations/southeast_chilled_water_plant_sec.shtml')>More Information</a></p></div>"]);
	markerEnabledArray[OTHER_LOCATIONS_NUM].push(0);

/*---------------------------------------------------------------------------------*/
/*                      Science Laboratory Building Greenhouses                    */
/*---------------------------------------------------------------------------------*/
    var scienceGreenHousePoint = new GLatLng(40.50964324234502, -88.9878898859024);
    var scienceGreenHouseMark = new GMarker(scienceGreenHousePoint, {icon:classBuildingIcon});
	markerArray[OTHER_LOCATIONS_NUM].push(scienceGreenHouseMark);
	markerDataArray[OTHER_LOCATIONS_NUM].push(["science_laboratory_building_greenhouses", "<div class='infoBox'><h2>Science Laboratory Building Greenhouses</h2><img src='/images/thumbs/sciLabGreenhousesThumb.jpg'><p><a href=javascript:showMoreInformation('/locations/science_laboratory_building_greenhouses.shtml')>More Information</a></p></div>"]);
	markerEnabledArray[OTHER_LOCATIONS_NUM].push(0);

/*---------------------------------------------------------------------------------*/
/*                      Ropp Agricultural Building RAB                             */
/*---------------------------------------------------------------------------------*/
    var roppPoint = new GLatLng(40.513252661114784, -88.99556636810303);
    var roppMark = new GMarker(roppPoint, {icon:classBuildingIcon});
	markerArray[OTHER_LOCATIONS_NUM].push(roppMark);
	markerDataArray[OTHER_LOCATIONS_NUM].push(["ropp_agricultural_building_rab", "<div class='infoBox'><h2>Ropp Agricultural Building (RAB)</h2><img src='/images/thumbs/roppThumb.jpg'><p><a href=javascript:showMoreInformation('/locations/ropp_agricultural_building_rab.shtml')>More Information</a></p></div>"]);
	markerEnabledArray[OTHER_LOCATIONS_NUM].push(0);

/*---------------------------------------------------------------------------------*/
/*                      Redbird Tent Zone                                          */
/*---------------------------------------------------------------------------------*/
    var tentZonePoint = new GLatLng(40.51461480934028, -88.99750292301178);
    var tentZoneMark = new GMarker(tentZonePoint, {icon:sportsIcon});
	markerArray[OTHER_LOCATIONS_NUM].push(tentZoneMark);
	markerDataArray[OTHER_LOCATIONS_NUM].push(["redbird_tent_zone", "<div class='infoBox'><h2>Redbird Tent Zone</h2><img src='/images/thumbs/redbird_tent_zone.jpg'><p>Tailgating<br><a href=javascript:showMoreInformation('/locations/redbird_tent_zone.shtml')>More Information</a></p></div>"]);
	markerEnabledArray[OTHER_LOCATIONS_NUM].push(0);

/*---------------------------------------------------------------------------------*/
/*                      Rachel Cooper RC                                           */
/*---------------------------------------------------------------------------------*/
    var rachelCooperPoint = new GLatLng(40.508725562530124, -88.993581533432);
    var rachelCooperMark = new GMarker(rachelCooperPoint, {icon:classBuildingIcon});
	markerArray[OTHER_LOCATIONS_NUM].push(rachelCooperMark);
	markerDataArray[OTHER_LOCATIONS_NUM].push(["rachel_cooper_rc", "<div class='infoBox'><h2>Rachel Cooper (RC)</h2><img src='/images/thumbs/rachelCooperThumb.jpg'><p><a href=javascript:showMoreInformation('/locations/rachel_cooper_rc.shtml')>More Information</a></p></div>"]);
	markerEnabledArray[OTHER_LOCATIONS_NUM].push(0);

/*---------------------------------------------------------------------------------*/
/*                      Vrooman Center                                             */
/*---------------------------------------------------------------------------------*/
    var vroomanPoint = new GLatLng(40.51056906658851, -88.98805618286133);
    var vroomanCooperMark = new GMarker(vroomanPoint, {icon:classBuildingIcon});
	markerArray[OTHER_LOCATIONS_NUM].push(vroomanCooperMark);
	markerDataArray[OTHER_LOCATIONS_NUM].push(["vrooman_center_vro", "<div class='infoBox'><h2>Vrooman Center</h2><img src='/images/thumbs/vrooman.jpg'><p><a href=javascript:showMoreInformation('/locations/vrooman_center_vro.shtml')>More Information</a></p></div>"]);
	markerEnabledArray[OTHER_LOCATIONS_NUM].push(0);

/*---------------------------------------------------------------------------------*/
/*                      Vitro Center                                               */
/*---------------------------------------------------------------------------------*/
    var vitroPoint = new GLatLng(40.5138032333403, -88.99647831916809);
    var vitroMark = new GMarker(vitroPoint, {icon:classBuildingIcon});
	markerArray[OTHER_LOCATIONS_NUM].push(vitroMark);
	markerDataArray[OTHER_LOCATIONS_NUM].push(["vitro_center_vit", "<div class='infoBox'><h2>Vitro Center</h2><img src='/images/thumbs/vitroThumb.jpg'><p><a href=javascript:showMoreInformation('/locations/vitro_center_vit.shtml')>More Information</a></p></div>"]);
	markerEnabledArray[OTHER_LOCATIONS_NUM].push(0);

/*---------------------------------------------------------------------------------*/
/*                      Professional development Annex PDA                         */
/*---------------------------------------------------------------------------------*/
    var profDevAnnexPoint = new GLatLng(40.509349586170494, -88.99535179138184);
    var profDevAnnexMark = new GMarker(profDevAnnexPoint, {icon:adminBuildingIcon});
	markerArray[OTHER_LOCATIONS_NUM].push(profDevAnnexMark);
	markerDataArray[OTHER_LOCATIONS_NUM].push(["professional_development_annex_pda", "<div class='infoBox'><h2>Professional development Annex (PDA)</h2><img src='/images/thumbs/profDevelopmentThumb.jpg'><p><a href=javascript:showMoreInformation('/locations/professional_development_annex_pda.shtml')>More Information</a></p></div>"]);
	markerEnabledArray[OTHER_LOCATIONS_NUM].push(0);

/*---------------------------------------------------------------------------------*/
/*                      Outdoor Adventure Center                                   */
/*---------------------------------------------------------------------------------*/
    var outdoorAdCenterPoint = new GLatLng(40.51246553889657, -88.99473488330841);
    var outdoorAdCenterMark = new GMarker(outdoorAdCenterPoint, {icon:sportsIcon});
	markerArray[OTHER_LOCATIONS_NUM].push(outdoorAdCenterMark);
	markerDataArray[OTHER_LOCATIONS_NUM].push(["outdoor_adventure_center", "<div class='infoBox'><h2>Outdoor Adventure Center</h2><img src='/images/thumbs/outdoorThumb.jpg'><p><a href=javascript:showMoreInformation('/locations/outdoor_adventure_center.shtml')>More Information</a></p></div>"]);
	markerEnabledArray[OTHER_LOCATIONS_NUM].push(0);

/*---------------------------------------------------------------------------------*/
/*                      Grounds Greenhouses                                        */
/*---------------------------------------------------------------------------------*/
    var groundsGreenhousesPoint = new GLatLng(40.51709433747012, -88.99715423583984);
    var groundsGreenhousesMark = new GMarker(groundsGreenhousesPoint, {icon:facilitiesIcon});
	markerArray[OTHER_LOCATIONS_NUM].push(groundsGreenhousesMark);
	markerDataArray[OTHER_LOCATIONS_NUM].push(["physical_plant_greenhouse", "<div class='infoBox'><h2>Grounds Greenhouses</h2><img src='/images/thumbs/physicalPlantGreenhouseThumb.jpg'><p><a href=javascript:showMoreInformation('/locations/physical_plant_greenhouse.shtml')>More Information</a></p></div>"]);
	markerEnabledArray[OTHER_LOCATIONS_NUM].push(0);

/*---------------------------------------------------------------------------------*/
/*                      Office of Residential Life Building                        */
/*---------------------------------------------------------------------------------*/
    var officeResbuildingPoint = new GLatLng(40.506849378051065, -88.99279832839966);
    var officeResbuildingMark = new GMarker(officeResbuildingPoint, {icon:adminBuildingIcon});
	markerArray[OTHER_LOCATIONS_NUM].push(officeResbuildingMark);
	markerDataArray[OTHER_LOCATIONS_NUM].push(["office_of_residential_life_building_orl", "<div class='infoBox'><h2>Office of Residential Life Building</h2><img src='/images/thumbs/officeResLifeThumb.jpg'><p><a href=javascript:showMoreInformation('/locations/office_of_residential_life_building_orl.shtml')>More Information</a></p></div>"]);
	markerEnabledArray[OTHER_LOCATIONS_NUM].push(0);

/*---------------------------------------------------------------------------------*/
/*                      Motorcycle Safety Program Building                         */
/*---------------------------------------------------------------------------------*/
    var motorSafetybuildingPoint = new GLatLng(40.51361563146012, -88.99301290512085);
    var motorSafetybuildingMark = new GMarker(motorSafetybuildingPoint, {icon:adminBuildingIcon});
	markerArray[OTHER_LOCATIONS_NUM].push(motorSafetybuildingMark);
	markerDataArray[OTHER_LOCATIONS_NUM].push(["motorcycle_safety_program_office", "<div class='infoBox'><h2>Motorcycle Safety Program Office</h2><img src='/images/thumbs/motorcycleSafetyBuildingThumb.jpg'><p><a href=javascript:showMoreInformation('/locations/motorcycle_safety_program_office.shtml')>More Information</a></p></div>"]);
	markerEnabledArray[OTHER_LOCATIONS_NUM].push(0);

/*---------------------------------------------------------------------------------*/
/*                      Kaufman Football Building                                   */
/*---------------------------------------------------------------------------------*/
    var kaufFootballbuildingPoint = new GLatLng(40.512873375396246, -88.99611353874207);
    var kaufFootballbuildingMark = new GMarker(kaufFootballbuildingPoint, {icon:sportsIcon});
	markerArray[OTHER_LOCATIONS_NUM].push(kaufFootballbuildingMark);
	markerDataArray[OTHER_LOCATIONS_NUM].push(["kaufman_football_building_kfb", "<div class='infoBox'><h2>Kaufman Football Building</h2><img src='/images/thumbs/kaufmanThumb.jpg'><p><a href=javascript:showMoreInformation('/locations/kaufman_football_building_kfb.shtml')>More Information</a></p></div>"]);
	markerEnabledArray[OTHER_LOCATIONS_NUM].push(0);

/*---------------------------------------------------------------------------------*/
/*                      John Green Food Serivice Building                          */
/*---------------------------------------------------------------------------------*/
    var foodServicebuldingPoint = new GLatLng(40.51670691724436, -88.99625301361084);
    var foodServicebuldingMark = new GMarker(foodServicebuldingPoint, {icon:facilitiesIcon});
	markerArray[OTHER_LOCATIONS_NUM].push(foodServicebuldingMark);
	markerDataArray[OTHER_LOCATIONS_NUM].push(["john_green_food_service_building_gfs", "<div class='infoBox'><h2>John Green Food Service Building</h2><img src='/images/thumbs/johnGreenThumb.jpg'><p><a href=javascript:showMoreInformation('/locations/john_green_food_service_building_gfs.shtml')>More Information</a></p></div>"]);
	markerEnabledArray[OTHER_LOCATIONS_NUM].push(0);

/*---------------------------------------------------------------------------------*/
/*                      ISU Credit Union                                           */
/*---------------------------------------------------------------------------------*/
    var isuCreditunionPoint = new GLatLng(40.497047500245735, -88.99579167366028);
    var isuCreditunionMark = new GMarker(isuCreditunionPoint, {icon:poiIcon});
	markerArray[OTHER_LOCATIONS_NUM].push(isuCreditunionMark);
	markerDataArray[OTHER_LOCATIONS_NUM].push(["isu_credit_union", "<div class='infoBox'><h2>ISU Credit Union</h2><img src='/images/thumbs/isuCreditUnionThumb.jpg'><p><a href=javascript:showMoreInformation('/locations/isu_credit_union.shtml')>More Information</a></p></div>"]);
	markerEnabledArray[OTHER_LOCATIONS_NUM].push(0);

/*---------------------------------------------------------------------------------*/
/*                      Hudelson Building                                          */
/*---------------------------------------------------------------------------------*/
    var hudelsonBuildingPoint = new GLatLng(40.51406832205875, -88.99562537670135);
    var hudelsonBuildingMark = new GMarker(hudelsonBuildingPoint, {icon:adminBuildingIcon});
	markerArray[OTHER_LOCATIONS_NUM].push(hudelsonBuildingMark);
	markerDataArray[OTHER_LOCATIONS_NUM].push(["hudelson_building_hud", "<div class='infoBox'><h2> Hudelson Building</h2><img src='/images/thumbs/hudelsonThumb.jpg'><p><a href=javascript:showMoreInformation('/locations/hudelson_building_hud.shtml')>More Information</a></p></div>"]);
	markerEnabledArray[OTHER_LOCATIONS_NUM].push(0);

/*---------------------------------------------------------------------------------*/
/*                      Honors Program                                             */
/*---------------------------------------------------------------------------------*/
    var honorsProgrambuildingPoint = new GLatLng(40.5096758707295, -88.98765921592712);
    var honorsProgrambuildingMark = new GMarker(honorsProgrambuildingPoint, {icon:adminBuildingIcon});
	markerArray[OTHER_LOCATIONS_NUM].push(honorsProgrambuildingMark);
	markerDataArray[OTHER_LOCATIONS_NUM].push(["honors_program", "<div class='infoBox'><h2>Honors Program </h2><img src='/images/thumbs/honorsProgramThumb.jpg'><p><a href=javascript:showMoreInformation('/locations/honors_program.shtml')>More Information</a></p></div>"]);
	markerEnabledArray[OTHER_LOCATIONS_NUM].push(0);

/*---------------------------------------------------------------------------------*/
/*                      Heating Plant                                              */
/*---------------------------------------------------------------------------------*/
    var heatigPlantPoint = new GLatLng(40.51018976569074, -88.9929324388504);
    var heatigPlantMark = new GMarker(heatigPlantPoint, {icon:facilitiesIcon});
	markerArray[OTHER_LOCATIONS_NUM].push(heatigPlantMark);
	markerDataArray[OTHER_LOCATIONS_NUM].push(["heating_plant_hpt", "<div class='infoBox'><h2>Heating Plant</h2><img src='/images/thumbs/heatingPlantThumb.jpg'><p><a href=javascript:showMoreInformation('/locations/heating_plant_hpt.shtml')>More Information</a></p></div>"]);
	markerEnabledArray[OTHER_LOCATIONS_NUM].push(0);

/*---------------------------------------------------------------------------------*/
/*                      Fairchild Hall                                             */
/*---------------------------------------------------------------------------------*/
    var fairchildHallPoint = new GLatLng(40.50872148392514, -88.99409115314484);
    var fairchildHallMark = new GMarker(fairchildHallPoint, {icon:classBuildingIcon});
	markerArray[OTHER_LOCATIONS_NUM].push(fairchildHallMark);
	markerDataArray[OTHER_LOCATIONS_NUM].push(["fairchild_hall_fh", "<div class='infoBox'><h2>Fairchild Hall</h2><img src='/images/thumbs/fairchildThumb.jpg'><p><a href=javascript:showMoreInformation('/locations/fairchild_hall_fh.shtml')>More Information</a></p></div>"]);
	markerEnabledArray[OTHER_LOCATIONS_NUM].push(0);

/*---------------------------------------------------------------------------------*/
/*                      Chemical Rinsate                                             */
/*---------------------------------------------------------------------------------*/
    var chemicalRinsatePoint = new GLatLng(40.51936987633991, -88.99640321731567);
    var chemicalRinsateMark = new GMarker(chemicalRinsatePoint, {icon:facilitiesIcon});
	markerArray[OTHER_LOCATIONS_NUM].push(chemicalRinsateMark);
	markerDataArray[OTHER_LOCATIONS_NUM].push(["chemical_rinsate_gcr", "<div class='infoBox'><h2>Chemical Rinsate</h2><img src='/images/thumbs/chemicalRinsateThumb.jpg'><p><a href=javascript:showMoreInformation('/locations/chemical_rinsate_gcr.shtml')>More Information</a></p></div>"]);
	markerEnabledArray[OTHER_LOCATIONS_NUM].push(0);

/*---------------------------------------------------------------------------------*/
/*                      Rambo House                                                */
/*---------------------------------------------------------------------------------*/
    var ramboHousePoint = new GLatLng(40.50837480159485, -88.99292171001434);
    var ramboHouseMark = new GMarker(ramboHousePoint, {icon:facilitiesIcon});
	markerArray[OTHER_LOCATIONS_NUM].push(ramboHouseMark);
	markerDataArray[OTHER_LOCATIONS_NUM].push(["rambo_house_ram", "<div class='infoBox'><h2>Rambo House</h2><img src='/images/thumbs/ramboThumb.jpg'><p><a href=javascript:showMoreInformation('/locations/rambo_house_ram.shtml')>More Information</a></p></div>"]);
	markerEnabledArray[OTHER_LOCATIONS_NUM].push(0);

	//Karin Bone Athletic Study Center
	var sportsStudyCPoint = new GLatLng(40.511751819053416, -88.99403214454651);
    var sportsStudyCMark = new GMarker(sportsStudyCPoint, {icon:sportsIcon})
	markerArray[OTHER_LOCATIONS_NUM].push(sportsStudyCMark);
	markerDataArray[OTHER_LOCATIONS_NUM].push(["karin_bone_athletic_study_center", "<div class='infoBox'><h2>Karin Bone Athletic Study Center</h2><img src='/images/thumbs/studyCenterThumb.jpg'><p>Sports<br><a href=javascript:showMoreInformation('/locations/karin_bone_athletic_study_center.shtml')>More Information</a><br>"]);
	markerEnabledArray[OTHER_LOCATIONS_NUM].push(0);

/*---------------------------------------------------------------------------------*/
/*                      Motorcycle Driving Range                                   */
/*---------------------------------------------------------------------------------*/
    var motorcycleDrivingRangePoint = new GLatLng(40.51764895621263, -89.01012539863586);
    var motorcycleDrivingRangeMark = new GMarker(motorcycleDrivingRangePoint, {icon:classBuildingIcon});
	markerArray[OTHER_LOCATIONS_NUM].push(motorcycleDrivingRangeMark);
	markerDataArray[OTHER_LOCATIONS_NUM].push(["motorcycle_driving_range", "<div class='infoBox'><h2>Motorcycle Driving Range</h2><img src='/images/thumbs/motorcycleDrivingRangeThumb.jpg'><p><a href=javascript:showMoreInformation('/locations/motorcycle_driving_range.shtml')>More Information</a></p></div>"]);
	markerEnabledArray[OTHER_LOCATIONS_NUM].push(0);

/*---------------------------------------------------------------------------------*/
/*                      Campus Religious Center                                    */
/*---------------------------------------------------------------------------------*/
    var religiousCenterPoint = new GLatLng(40.51140107394659, -88.98863554000854);
    var religiousCenterMark = new GMarker(religiousCenterPoint, {icon:poiIcon});
	markerArray[OTHER_LOCATIONS_NUM].push(religiousCenterMark);
	markerDataArray[OTHER_LOCATIONS_NUM].push(["campus_religious_center_crs", "<div class='infoBox'><h2>Campus Religious Center (CRS)</h2><img src='/images/thumbs/religiousThumb.jpg'><p>Point of Interest<br><a href=javascript:showMoreInformation('/locations/campus_religious_center_crs.shtml')>More Information</a></p></div>"]);
	markerEnabledArray[OTHER_LOCATIONS_NUM].push(0);

/*---------------------------------------------------------------------------------*/
/*                      Gregory street property                                    */
/*---------------------------------------------------------------------------------*/
    var greogryPropPoint = new GLatLng(40.51760817557899, -89.01345133781433);
    var greogryPropMark = new GMarker(greogryPropPoint, {icon:facilitiesIcon});
	markerArray[OTHER_LOCATIONS_NUM].push(greogryPropMark);
	markerDataArray[OTHER_LOCATIONS_NUM].push(["gregory_street_property_gspf", "<div class='infoBox'><h2>Gregory Street Property</h2><img src='/images/thumbs/gregoryPropetyThumb.jpg'><p>Facilities<br><a href=javascript:showMoreInformation('/locations/gregory_street_property_gspf.shtml')>More Information</a></p></div>"]);
	markerEnabledArray[OTHER_LOCATIONS_NUM].push(0);

/*---------------------------------------------------------------------------------*/
/*                      Grounds Equipment Building                                 */
/*---------------------------------------------------------------------------------*/
    var groundsEquipPoint = new GLatLng(40.50514853067817, -88.99269640445709);
    var groundsEquipMark = new GMarker(groundsEquipPoint, {icon:facilitiesIcon});
	markerArray[OTHER_LOCATIONS_NUM].push(groundsEquipMark);
	markerDataArray[OTHER_LOCATIONS_NUM].push(["grounds_equipment_building", "<div class='infoBox'><h2>Grounds Equipment Building</h2><img src='/images/thumbs/groundsEquipThumb.jpg'><p>Facilities<br><a href=javascript:showMoreInformation('/locations/grounds_equipment_building.shtml')>More Information</a></p></div>"]);
	markerEnabledArray[OTHER_LOCATIONS_NUM].push(0);


/*------------------------------------------------------------------------------------------------*/
/*                      302 North Normal (HNN)                                                    */
/*                      Changed - BinouBloomington/Normal Educational Alliance                    */
/*------------------------------------------------------------------------------------------------*/
    var bnEducationAlliancePoint = new GLatLng(40.513656414522174, -88.99115145206451);
    var bnEducationAllianceMark = new GMarker(bnEducationAlliancePoint, {icon:adminBuildingIcon});
	markerArray[OTHER_LOCATIONS_NUM].push(bnEducationAllianceMark);
	markerDataArray[OTHER_LOCATIONS_NUM].push(["302_north_normal_hnn", "<div class='infoBox'><h2>302 North Normal (HNN)</h2><img src='/images/thumbs/bnEducationalAllianceThumb.jpg'><p><a href=javascript:showMoreInformation('/locations/302_north_normal_hnn.shtml')>More Information</a></p></div>"]);
	markerEnabledArray[OTHER_LOCATIONS_NUM].push(0);


/*---------------------------------------------------------------------------------*/
/*                      Center for Intercultural Relations                         */
/*---------------------------------------------------------------------------------*/
    var centerInterculturalRelationsPoint = new GLatLng(40.513525908636225, -88.98996591567993);
    var centerInterculturalRelationsMark = new GMarker(centerInterculturalRelationsPoint, {icon:adminBuildingIcon});
	markerArray[OTHER_LOCATIONS_NUM].push(centerInterculturalRelationsMark);
	markerDataArray[OTHER_LOCATIONS_NUM].push(["center_for_intercultural_relations", "<div class='infoBox'><h2>Center for Intercultural Relations</h2><img src='/images/thumbs/centerInterculturalRelationsThumb.jpg'><p><a href=javascript:showMoreInformation('/locations/center_for_intercultural_relations.shtml')>More Information</a></p></div>"]);
	markerEnabledArray[OTHER_LOCATIONS_NUM].push(0);
	

/*---------------------------------------------------------------------------------*/
/*                      Hayden Auditorium                                          */
/*---------------------------------------------------------------------------------*/
    var haydenPoint = new GLatLng(40.51034882761873, -88.99399995803833);
    var haydenMark = new GMarker(haydenPoint, {icon:classBuildingIcon});
	markerArray[OTHER_LOCATIONS_NUM].push(haydenMark);
	markerDataArray[OTHER_LOCATIONS_NUM].push(["hayden_auditorium", "<div class='infoBox'><h2>Hayden Auditorium</h2><img src='/images/thumbs/haydenAuditoriumThumb.jpg'><p><a href=javascript:showMoreInformation('/locations/hayden_auditorium.shtml')>More Information</a></p></div>"]);
	markerEnabledArray[OTHER_LOCATIONS_NUM].push(0);

	
/*---------------------------------------------------------------------------------*/
/*                      Felmley Annex Greenhouses                    */
/*---------------------------------------------------------------------------------*/
    var felmleyGreenhousePoint = new GLatLng(40.5101489805202, -88.99077594280243);
    var felmleyGreenhouseMark = new GMarker(felmleyGreenhousePoint, {icon:classBuildingIcon});
	markerArray[OTHER_LOCATIONS_NUM].push(felmleyGreenhouseMark);
	markerDataArray[OTHER_LOCATIONS_NUM].push(["felmley_annex_greenhouses", "<div class='infoBox'><h2>Felmley Annex Greenhouses</h2><img src='/images/thumbs/felmley_hall_of_science_annex_greenhouse.jpg'><p><a href=javascript:showMoreInformation('/locations/felmley_hall_of_science_annex_greenhouse.shtml')>More Information</a></p></div>"]);
	markerEnabledArray[OTHER_LOCATIONS_NUM].push(0);


/*---------------------------------------------------------------------------------*/
/*                      Rappelling Tower                                           */
/*---------------------------------------------------------------------------------*/
    var rappellingTowerPoint = new GLatLng(40.514639278815864, -88.99827003479004);
    var rappellingTowerMark = new GMarker(rappellingTowerPoint, {icon:sportsIcon});
	markerArray[OTHER_LOCATIONS_NUM].push(rappellingTowerMark);
	markerDataArray[OTHER_LOCATIONS_NUM].push(["rappelling_tower", "<div class='infoBox'><h2>Rappelling Tower</h2><img src='/images/thumbs/rappelling_tower.jpg'><p><a href=javascript:showMoreInformation('/locations/rappelling_tower.shtml')>More Information</a></p></div>"]);
	markerEnabledArray[OTHER_LOCATIONS_NUM].push(0);

/*---------------------------------------------------------------------------------*/
/*                     Practice Field                                              */
/*---------------------------------------------------------------------------------*/
    var practieFieldPoint = new GLatLng(40.51339132417526, -88.99764776229858);
    var practiceFieldMark = new GMarker(practieFieldPoint, {icon:sportsIcon});
	markerArray[OTHER_LOCATIONS_NUM].push(practiceFieldMark);
	markerDataArray[OTHER_LOCATIONS_NUM].push(["practice_field", "<div class='infoBox'><h2>Practice Field</h2><img src='/images/thumbs/practice_field.jpg'><a href=javascript:showMoreInformation('/locations/practice_field.shtml')>More Information</a></div>"]);
	markerEnabledArray[OTHER_LOCATIONS_NUM].push(0);

/*---------------------------------------------------------------------------------*/
/*                      Pref-Fab Control Building                                   */
/*---------------------------------------------------------------------------------*/
    var prefabControlPoint = new GLatLng(40.514272235744414, -88.99739027023315);
    var prefabControlMark = new GMarker(prefabControlPoint, {icon:facilitiesIcon});
	markerArray[OTHER_LOCATIONS_NUM].push(prefabControlMark);
	markerDataArray[OTHER_LOCATIONS_NUM].push(["prefab_control_building", "<div class='infoBox'><h2>Pre-Fab Control Building</h2><img src='/images/thumbs/prefab_control.jpg'><p>Facilities<br><a href=javascript:showMoreInformation('/locations/prefab_control_building.shtml')>More Information</a></p></div>"]);
	markerEnabledArray[OTHER_LOCATIONS_NUM].push(0);


/*---------------------------------------------------------------------------------*/
/*                     Glass House Storage Building                                  */
/*---------------------------------------------------------------------------------*/
    var glassHousePoint = new GLatLng(40.513888877502396, -88.99675726890564);
    var glassHouseMark = new GMarker(glassHousePoint, {icon:facilitiesIcon});
	markerArray[OTHER_LOCATIONS_NUM].push(glassHouseMark);
	markerDataArray[OTHER_LOCATIONS_NUM].push(["glass_house_storage_building", "<div class='infoBox'><h2>Glass House Storage Building</h2><img src='/images/thumbs/glass_house_building.jpg'><p>Facilities<br><a href=javascript:showMoreInformation('/locations/glass_house_storage.shtml')>More Information</a></p></div>"]);
	markerEnabledArray[OTHER_LOCATIONS_NUM].push(0);


/*---------------------------------------------------------------------------------*/
/*                 Watterson Basketball Court                                      */
/*---------------------------------------------------------------------------------*/
    var wattersonBasketballPoint = new GLatLng(40.50724093392836, -88.98827075958252);
    var wattersonBasketballMark = new GMarker(wattersonBasketballPoint, {icon:sportsIcon});
	markerArray[OTHER_LOCATIONS_NUM].push(wattersonBasketballMark);
	markerDataArray[OTHER_LOCATIONS_NUM].push(["watterson_basketball_courts", "<div class='infoBox'><h2>Watterson Basketball Courts</h2><img src='/images/thumbs/basketball_courts.jpg'><p><a href=javascript:showMoreInformation('/locations/outdoor_recreation.shtml')>More Information</a></p></div>"]);
	markerEnabledArray[OTHER_LOCATIONS_NUM].push(0);

/*---------------------------------------------------------------------------------*/
/*                 Manchester-Hewett Basketball Court                                      */
/*---------------------------------------------------------------------------------*/
    var manBasketballPoint = new GLatLng(40.51065879336881, -88.98887157440186);
    var manBasketballMark = new GMarker(manBasketballPoint, {icon:sportsIcon});
	markerArray[OTHER_LOCATIONS_NUM].push(manBasketballMark);
	markerDataArray[OTHER_LOCATIONS_NUM].push(["man_hew_basketball_courts", "<div class='infoBox'><h2>Manchester-Hewett Basketball Courts</h2><img src='/images/thumbs/basketball_courts.jpg'><p><a href=javascript:showMoreInformation('/locations/outdoor_recreation.shtml')>More Information</a></p></div>"]);
	markerEnabledArray[OTHER_LOCATIONS_NUM].push(0);

/*---------------------------------------------------------------------------------*/
/*                 University High School Soccer Field                             */
/*---------------------------------------------------------------------------------*/
    var uhighSoftballPoint = new GLatLng(40.518464563675614, -89.00092005729675);
    var uhighSoftballMark = new GMarker(uhighSoftballPoint, {icon:sportsIcon});
	markerArray[OTHER_LOCATIONS_NUM].push(uhighSoftballMark);
	markerDataArray[OTHER_LOCATIONS_NUM].push(["uhigh_soccer_field", "<div class='infoBox'><h2>University High School Soccer Field</h2><img src='/images/thumbs/uhigh_soccer_field.jpg'><p><a href=javascript:showMoreInformation('/locations/university_high_school_soccer_field.shtml')>More Information</a></p></div>"]);
	markerEnabledArray[OTHER_LOCATIONS_NUM].push(0);

/*---------------------------------------------------------------------------------*/
/*                Volleyball                                                       */
/*---------------------------------------------------------------------------------*/
    var triVolleyballPoint = new GLatLng(40.5120209942865, -88.99993300437927);
    var triVolleyballMark = new GMarker(triVolleyballPoint, {icon:sportsIcon});
	markerArray[OTHER_LOCATIONS_NUM].push(triVolleyballMark);
	markerDataArray[OTHER_LOCATIONS_NUM].push(["sand_volleyball", "<div class='infoBox'><h2>TriTowers Volleyball Courts</h2><a href=javascript:showMoreInformation('/locations/outdoor_recreation.shtml')>More Information</a></div>"]);
	markerEnabledArray[OTHER_LOCATIONS_NUM].push(0);

/*---------------------------------------------------------------------------------*/
/*                      Enegry House                                               */
/*---------------------------------------------------------------------------------*/
    var energyHousePoint = new GLatLng(40.5244915952194, -88.98223042488098);
    var energyHouseMark = new GMarker(energyHousePoint, {icon:facilitiesIcon});
	markerArray[OTHER_LOCATIONS_NUM].push(energyHouseMark);
	markerDataArray[OTHER_LOCATIONS_NUM].push(["energy_house_enh", "<div class='infoBox'><h2>Energy House (ENH)</h2><img src='/images/thumbs/energy_house_enh.jpg'><p><a href=javascript:showMoreInformation('/locations/energy_house_enh.shtml')>More Information</a></p></div>"]);
	markerEnabledArray[OTHER_LOCATIONS_NUM].push(0);


/*---------------------------------------------------------------------------------*/
/*                   705 East Lincoln Street                                       */
/*---------------------------------------------------------------------------------*/
    var eastLincolnstreetPoint = new GLatLng(40.52003050219006, -88.97539615631104);
    var eastLincolnstreetMark = new GMarker(eastLincolnstreetPoint, {icon:adminBuildingIcon});
	markerArray[OTHER_LOCATIONS_NUM].push(eastLincolnstreetMark);
	markerDataArray[OTHER_LOCATIONS_NUM].push(["east_lincoln_street", "<div class='infoBox'><h2>705 East Lincoln Street</h2><img src='/images/thumbs/east_lincoln_street.jpg'><p><a href=javascript:showMoreInformation('/locations/705_east_lincoln_street.shtml')>More Information</a></p></div>"]);
	markerEnabledArray[OTHER_LOCATIONS_NUM].push(0);

//Stevenson marker Secondary
    var stevensonPointSec = new GLatLng(40.508321779433395, -88.98916125297546);
    var stevensonMarkSec = new GMarker(stevensonPointSec, {icon:classBuildingIcon});
	markerArray[OTHER_LOCATIONS_NUM].push(stevensonMarkSec);
	markerDataArray[OTHER_LOCATIONS_NUM].push(["stevenson_hall_stv_sec", "<div class='infoBox'><h2>Stevenson Hall (STV)</h2><img src='/images/thumbs/stvThumb.jpg' style='padding-right:5px'><p>Classroom Building<br><a href=javascript:showMoreInformation('/locations/stevenson_hall_stv.shtml')>More Information</a></p></div>"]);
	markerEnabledArray[OTHER_LOCATIONS_NUM].push(0);

/*---------------------------------------------------------------------------------*/
/*                   Property Control Building                                     */
/*---------------------------------------------------------------------------------*/
    var propControlPoint = new GLatLng(40.54423264844252, -88.98836195468903);
    var propControlMark = new GMarker(propControlPoint, {icon:facilitiesIcon});
	markerArray[OTHER_LOCATIONS_NUM].push(propControlMark);
	markerDataArray[OTHER_LOCATIONS_NUM].push(["property_control_building", "<div class='infoBox'><h2>Property Control Building</h2><img src='/images/thumbs/propControlThumb.jpg'><p><a href=javascript:showMoreInformation('/locations/property_control_building.shtml')>More Information</a></p></div>"]);
	markerEnabledArray[OTHER_LOCATIONS_NUM].push(0);
	
/*---------------------------------------------------------------------------------*/
/*                   Property Control Building                                     */
/*---------------------------------------------------------------------------------*/
    var subwayPoint = new GLatLng(40.508195341802264, -88.98816347122192);
    var subwayMark = new GMarker(subwayPoint, {icon:foodIcon});
	markerArray[OTHER_LOCATIONS_NUM].push(subwayMark);
	markerDataArray[OTHER_LOCATIONS_NUM].push(["subway", "<div class='infoBox'><h2>Subway</h2><img src='/images/thumbs/propControlThumb.jpg'><p><a href=javascript:showMoreInformation('/locations/subway.shtml')>More Information</a></p></div>"]);
	markerEnabledArray[OTHER_LOCATIONS_NUM].push(0);