markerArray[OTHER_LOCATIONS_NUM] = [];
markerDataArray[OTHER_LOCATIONS_NUM] = [];
markerEnabledArray[OTHER_LOCATIONS_NUM] = [];

clickable[OTHER_LOCATIONS_NUM] = true;

//Other Locations


/*---------------------------------------------------------------------------------*/
/*                      Presidents Residence                                       */
/*---------------------------------------------------------------------------------*/
    point = new GLatLng(40.52016099541517, -89.0068531036377);
    marker = new GMarker(point, {icon:sportsIcon});
	markerArray[OTHER_LOCATIONS_NUM].push(marker);
	infoHTML = {
		name: "University Residence (UR)",
		id: "presRes",
		abrv: "ur",
		html: "<div class='infoBox'><h2>University Residence (UR)</h2><img src='/images/thumbs/presResThumb.jpg'><p>Other<br><a href=javascript:showMoreInformation('/locations/university_residence.shtml')>More Information</a></p></div>"	
	}
	markerDataArray[OTHER_LOCATIONS_NUM].push(infoHTML);
	markerEnabledArray[OTHER_LOCATIONS_NUM].push(0);

	//Illinois Special Olympics
	point = new GLatLng(40.5138399379946, -88.97668898105621);
    marker = new GMarker(point, {icon:sportsIcon});
	markerArray[OTHER_LOCATIONS_NUM].push(marker);
	infoHTML = {
		name: "Illinois Special Olympics (ISO)",
		id: "specialolympics",
		abrv: "iso",
		html: "<div class='infoBox'><h2>Illinois Special Olympics (ISO)</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>"
	}
	markerDataArray[OTHER_LOCATIONS_NUM].push(infoHTML);
	markerEnabledArray[OTHER_LOCATIONS_NUM].push(0);

/*---------------------------------------------------------------------------------*/
/*                      University Farm                                            */
/*---------------------------------------------------------------------------------*/
    point = new GLatLng(40.66767569854251, -88.77288937568665);
    marker = new GMarker(point, {icon:classBuildingIcon});
	markerArray[OTHER_LOCATIONS_NUM].push(marker);
	infoHTML = {
		name: "University Farm",
		id: "farm",
		abrv: "farm",
		html: "<div class='infoBox'><h2>University Farm</h2><img src='/images/thumbs/farmThumb.jpg'><a href=javascript:showMoreInformation('/locations/university_farm.shtml')>More Information</a></p></div>"
	}
	markerDataArray[OTHER_LOCATIONS_NUM].push(infoHTML);
	markerEnabledArray[OTHER_LOCATIONS_NUM].push(0);

/*---------------------------------------------------------------------------------*/
/*                      Sports Recreation Marker                                       */
/*---------------------------------------------------------------------------------*/
	point = new GLatLng(40.51441089669643, -88.97744536399841);
    marker = new GMarker(point, {icon:sportsIcon, title:"Sports Recreation Building"})
	markerArray[OTHER_LOCATIONS_NUM].push(marker);
	infoHTML = {
		name: "Student Recreation Building (SRB)",
		id: "student_recreation_building_srb",
		abrv: "srb",
		html: "<div class='infoBox'><h2>Student Recreation Building (SRB)</h2><img src='/images/thumbs/sports_rec.jpg'><p>CLOSED in 2011<br><a href=javascript:showMoreInformation('/locations/student_recreation_building_srb.shtml')>More Information</a></p></div>"
	}
	markerDataArray[OTHER_LOCATIONS_NUM].push(infoHTML);
	markerEnabledArray[OTHER_LOCATIONS_NUM].push(0);

/*---------------------------------------------------------------------------------*/
/*                      Cardinal Court                                             */
/*---------------------------------------------------------------------------------*/
    point = new GLatLng(40.517469521239164, -88.99931073188782);
    marker = new GMarker(point, {icon:residentHallIcon});
	markerArray[OTHER_LOCATIONS_NUM].push(marker);
	infoHTML = {
		name: "Cardinal Court",
		id: "cardinalCourt",
		abrv: "cc",
		html: "<div class='infoBox'><h2>Cardinal Court</h2><img src='/images/thumbs/cardinalThumb.jpg'><p>Housing<br><a href=javascript:showMoreInformation('/locations/cardinal_court.shtml')>More Information</a></p></div>"
	}
	markerDataArray[OTHER_LOCATIONS_NUM].push(infoHTML);
	markerEnabledArray[OTHER_LOCATIONS_NUM].push(0);

/*---------------------------------------------------------------------------------*/
/*                      Shelbourne Apartments                                      */
/*---------------------------------------------------------------------------------*/
    point = new GLatLng(40.5249686780883, -88.980792760849);
    marker = new GMarker(point, {icon:residentHallIcon});
	markerArray[OTHER_LOCATIONS_NUM].push(marker);
	infoHTML = {
		name: "Shelbourne Apartments",
		id: "shelbourne",
		abrv: "ms",
		html: "<div class='infoBox'><h2>Shelbourne Apartments</h2><img src='/images/thumbs/shelbourneThumb.jpg'><p>Housing<br><a href=javascript:showMoreInformation('/locations/shelbourne_apartments.shtml')>More Information</a></p></div>"
	}
	markerDataArray[OTHER_LOCATIONS_NUM].push(infoHTML);
	markerEnabledArray[OTHER_LOCATIONS_NUM].push(0);

/*---------------------------------------------------------------------------------*/
/*                      Carter Harris Physical Plant                               */
/*---------------------------------------------------------------------------------*/
    point = new GLatLng(40.51663758917832, -88.99755120277405);
    marker = new GMarker(point, {icon:facilitiesIcon});
	markerArray[OTHER_LOCATIONS_NUM].push(marker);
	infoHTML = {
		name: "Carter Harris Physical Plant Office (PPO)",
		id: "carter_harris_physical_plant",
		abrv: "ppo",
		html: "<div class='infoBox'><h2>Carter Harris Physical Plant Office (PPO)</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>"
	}
	markerDataArray[OTHER_LOCATIONS_NUM].push(infoHTML);
	markerEnabledArray[OTHER_LOCATIONS_NUM].push(0);

/*---------------------------------------------------------------------------------*/
/*                      Vidette Building                                           */
/*---------------------------------------------------------------------------------*/
    point = new GLatLng(40.51315478113474, -88.99377465248108);
    marker = new GMarker(point, {icon:adminBuildingIcon});
	markerArray[OTHER_LOCATIONS_NUM].push(marker);
	infoHTML = {
		name: "Daily Vidette Building (DVB)",
		id: "vidette_building_dvb",
		abrv: "dvb",
		html: "<div class='infoBox'><h2>Daily Vidette Building (DVB)</h2><img src='/images/thumbs/videtteThumb.jpg'><p>Campus Newspaper<br><a href=javascript:showMoreInformation('/locations/vidette_building_dvb.shtml')>More Information</a></p></div>"
	}
	markerDataArray[OTHER_LOCATIONS_NUM].push(infoHTML);
	markerEnabledArray[OTHER_LOCATIONS_NUM].push(0);

/*---------------------------------------------------------------------------------*/
/*                      University High School                                     */
/*---------------------------------------------------------------------------------*/
    point = new GLatLng(40.51529995128114, -88.99633884429932);
    marker = new GMarker(point, {icon:classBuildingIcon});
	markerArray[OTHER_LOCATIONS_NUM].push(marker);
	infoHTML = {
		name: "University High School",
		id: "university_high_school_uh",
		abrv: "uh",
		html: "<div class='infoBox'><h2>University High School</h2><img src='/images/thumbs/uHighThumb.jpg'><p>Other<br><a href=javascript:showMoreInformation('/locations/university_high_school_uh.shtml')>More Information</a></p></div>"
	}
	markerDataArray[OTHER_LOCATIONS_NUM].push(infoHTML);
	markerEnabledArray[OTHER_LOCATIONS_NUM].push(0);

/*---------------------------------------------------------------------------------*/
/*                      Williams Hall Annex                                        */
/*---------------------------------------------------------------------------------*/
    point = new GLatLng(40.50826467859722, -88.98994982242584);
    marker = new GMarker(point, {icon:adminBuildingIcon});
	markerArray[OTHER_LOCATIONS_NUM].push(marker);
	infoHTML = {
		name: "Williams Hall Annex (WHA)",
		id: "williams_hall_annex_wha",
		abrv: "wha",
		html: "<div class='infoBox'><h2>Williams Hall Annex (WHA)</h2><img src='/images/thumbs/williams_hall_annex_wha.jpg'><p>Administration Building<br><a href=javascript:showMoreInformation('/locations/williams_hall_annex_wha.shtml')>More Information</a></p></div>"
	}
	markerDataArray[OTHER_LOCATIONS_NUM].push(infoHTML);
	markerEnabledArray[OTHER_LOCATIONS_NUM].push(0);

/*---------------------------------------------------------------------------------*/
/*                      University High Tennis Courts                              */
/*---------------------------------------------------------------------------------*/
    point = new GLatLng(40.51556503408226, -88.99746537208557);
    marker = new GMarker(point, {icon:sportsIcon});
	markerArray[OTHER_LOCATIONS_NUM].push(marker);
	infoHTML = {
		name: "University High Tennis Courts",
		id: "university_high_school_tennis_courts",
		abrv: "uhtc",
		html: "<div class='infoBox'><h2>University High Tennis Courts</h2><img src='/images/thumbs/uHighTennisThumb.jpg'><p>Sports<br><a href=javascript:showMoreInformation('/locations/university_high_school_tennis_courts.shtml')>More Information</a></p></div>"
	}
	markerDataArray[OTHER_LOCATIONS_NUM].push(infoHTML);
	markerEnabledArray[OTHER_LOCATIONS_NUM].push(0);

/*---------------------------------------------------------------------------------*/
/*                      Metcalf School                                             */
/*---------------------------------------------------------------------------------*/
    point = new GLatLng(40.509488257302046, -88.99395704269409);
    marker = new GMarker(point, {icon:classBuildingIcon});
	markerArray[OTHER_LOCATIONS_NUM].push(marker);
	infoHTML = {
		name: "Thomas Metcalf Laboratory Schools (MLS)",
		id: "thomas_metcalf_school_mls",
		abrv: "mls",
		html: "<div class='infoBox'><h2>Thomas Metcalf Laboratory Schools (MLS)</h2><img src='/images/thumbs/thomasMetcalfThumb.jpg'><p>Classroom Building<br><a href=javascript:showMoreInformation('/locations/thomas_metcalf_school_mls.shtml')>More Information</a></p></div>"
	}
	markerDataArray[OTHER_LOCATIONS_NUM].push(infoHTML);
	markerEnabledArray[OTHER_LOCATIONS_NUM].push(0);

/*---------------------------------------------------------------------------------*/
/*                      Student Fitness Center and McCormick Hall (SFCM)           */
/*---------------------------------------------------------------------------------*/
    point = new GLatLng(40.50789352197723, -88.99322211742401);
    marker = new GMarker(point, {icon:sportsIcon});
	markerArray[OTHER_LOCATIONS_NUM].push(marker);
	infoHTML = {
		name: "Student Fitness Center and McCormick Hall (SFCM)",
		id: "student_fitness_and_kinesiology_recreation_building",
		abrv: "sfcm",
		html: "<div class='infoBox'><h2>Student Fitness Center and McCormick Hall (SFCM)</h2><img src='/images/thumbs/sfcmThumb.jpg'><p>Sports &amp; Classroom Building<br><a href=javascript:showMoreInformation('/locations/student_fitness_center_and_mccormick_hall_sfcm.shtml')>More Information</a></p></div>"
	}
	markerDataArray[OTHER_LOCATIONS_NUM].push(infoHTML);
	markerEnabledArray[OTHER_LOCATIONS_NUM].push(0);

/*---------------------------------------------------------------------------------*/
/*                      Southeast Chilled Water Plant (SEC)                        */
/*---------------------------------------------------------------------------------*/
    point = new GLatLng(40.50685753548848, -88.98804008960724);
    marker = new GMarker(point, {icon:facilitiesIcon});
	markerArray[OTHER_LOCATIONS_NUM].push(marker);
	infoHTML = {
		name: "Southeast Chilled Water Plant (SEC)",
		id: "southeast_chilled_water_plant_sec",
		abrv: "sec",
		html: "<div class='infoBox'><h2>Southeast Chilled Water Plant (SEC)</h2><img src='/images/thumbs/southeastChilledWaterPlantThumb.jpg'><p>Facilities<br><a href=javascript:showMoreInformation('/locations/southeast_chilled_water_plant_sec.shtml')>More Information</a></p></div>"
	}
	markerDataArray[OTHER_LOCATIONS_NUM].push(infoHTML);
	markerEnabledArray[OTHER_LOCATIONS_NUM].push(0);

/*---------------------------------------------------------------------------------*/
/*                      Science Laboratory Building Greenhouses                    */
/*---------------------------------------------------------------------------------*/
    point = new GLatLng(40.50964324234502, -88.9878898859024);
    marker = new GMarker(point, {icon:classBuildingIcon});
	markerArray[OTHER_LOCATIONS_NUM].push(marker);
	infoHTML = {
		name: "Science Laboratory Building Greenhouses",
		id: "science_laboratory_building_greenhouses",
		abrv: "slbg",
		html: "<div class='infoBox'><h2>Science Laboratory Building Greenhouses</h2><img src='/images/thumbs/sciLabGreenhousesThumb.jpg'><p>Classroom Building<br><a href=javascript:showMoreInformation('/locations/science_laboratory_building_greenhouses.shtml')>More Information</a></p></div>"
	}
	markerDataArray[OTHER_LOCATIONS_NUM].push(infoHTML);
	markerEnabledArray[OTHER_LOCATIONS_NUM].push(0);

/*---------------------------------------------------------------------------------*/
/*                      Ropp Agricultural Building RAB                             */
/*---------------------------------------------------------------------------------*/
    point = new GLatLng(40.513252661114784, -88.99556636810303);
    marker = new GMarker(point, {icon:classBuildingIcon});
	markerArray[OTHER_LOCATIONS_NUM].push(marker);
	infoHTML = {
		name: "Ropp Agricultural Building (RAB)",
		id: "ropp_agricultural_building_rab",
		abrv: "rab",
		html: "<div class='infoBox'><h2>Ropp Agricultural Building (RAB)</h2><img src='/images/thumbs/roppThumb.jpg'><p>Classroom Building<br><a href=javascript:showMoreInformation('/locations/ropp_agricultural_building_rab.shtml')>More Information</a></p></div>"
	}
	markerDataArray[OTHER_LOCATIONS_NUM].push(infoHTML);
	markerEnabledArray[OTHER_LOCATIONS_NUM].push(0);

/*---------------------------------------------------------------------------------*/
/*                      Redbird Tent Zone                                          */
/*---------------------------------------------------------------------------------*/
    point = new GLatLng(40.51461480934028, -88.99750292301178);
    marker = new GMarker(point, {icon:sportsIcon});
	markerArray[OTHER_LOCATIONS_NUM].push(marker);
	infoHTML = {
		name: "Redbird Tent Zone",
		id: "redbird_tent_zone",
		abrv: "rtz",
		html: "<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>"
	}
	markerDataArray[OTHER_LOCATIONS_NUM].push(infoHTML);
	markerEnabledArray[OTHER_LOCATIONS_NUM].push(0);

/*---------------------------------------------------------------------------------*/
/*                      Rachel Cooper RC                                           */
/*---------------------------------------------------------------------------------*/
    point = new GLatLng(40.508725562530124, -88.993581533432);
    marker = new GMarker(point, {icon:classBuildingIcon});
	markerArray[OTHER_LOCATIONS_NUM].push(marker);
	infoHTML = {
		name: "Rachel Cooper (RC)",
		id: "rachel_cooper_rc",
		abrv: "rc",
		html: "<div class='infoBox'><h2>Rachel Cooper (RC)</h2><img src='/images/thumbs/rachelCooperThumb.jpg'><p>Classroom Building<br><a href=javascript:showMoreInformation('/locations/rachel_cooper_rc.shtml')>More Information</a></p></div>"
	}
	markerDataArray[OTHER_LOCATIONS_NUM].push(infoHTML);
	markerEnabledArray[OTHER_LOCATIONS_NUM].push(0);

/*---------------------------------------------------------------------------------*/
/*                      Vrooman Center                                             */
/*---------------------------------------------------------------------------------*/
    point = new GLatLng(40.51056906658851, -88.98805618286133);
    marker = new GMarker(point, {icon:classBuildingIcon});
	markerArray[OTHER_LOCATIONS_NUM].push(marker);
	infoHTML = {
		name: "Vrooman Center (VRO)",
		id: "vrooman_center_vro",
		abrv: "vro",
		html: "<div class='infoBox'><h2>Vrooman Center (VRO)</h2><img src='/images/thumbs/vrooman.jpg'><p>Classroom Building<br><a href=javascript:showMoreInformation('/locations/vrooman_center_vro.shtml')>More Information</a></p></div>"
	}
	markerDataArray[OTHER_LOCATIONS_NUM].push(infoHTML);
	markerEnabledArray[OTHER_LOCATIONS_NUM].push(0);

/*---------------------------------------------------------------------------------*/
/*                      Professional development Annex PDA                         */
/*---------------------------------------------------------------------------------*/
    point = new GLatLng(40.509349586170494, -88.99535179138184);
    marker = new GMarker(point, {icon:adminBuildingIcon});
	markerArray[OTHER_LOCATIONS_NUM].push(marker);
	infoHTML = {
		name: "Professional development Annex (PDA)",
		id: "professional_development_annex_pda",
		abrv: "pda",
		html: "<div class='infoBox'><h2>Professional development Annex (PDA)</h2><img src='/images/thumbs/profDevelopmentThumb.jpg'><p>Administration Building<br><a href=javascript:showMoreInformation('/locations/professional_development_annex_pda.shtml')>More Information</a></p></div>"
	}
	markerDataArray[OTHER_LOCATIONS_NUM].push(infoHTML);
	markerEnabledArray[OTHER_LOCATIONS_NUM].push(0);

/*---------------------------------------------------------------------------------*/
/*                      Outdoor Adventure Center                                   */
/*---------------------------------------------------------------------------------*/
    point = new GLatLng(40.51246553889657, -88.99473488330841);
    marker = new GMarker(point, {icon:sportsIcon});
	markerArray[OTHER_LOCATIONS_NUM].push(marker);
	infoHTML = {
		name: "Outdoor Adventure Center",
		id: "outdoor_adventure_center",
		abrv: "oac",
		html: "<div class='infoBox'><h2>Outdoor Adventure Center</h2><img src='/images/thumbs/outdoorThumb.jpg'><p>Recreation<br><a href=javascript:showMoreInformation('/locations/outdoor_adventure_center.shtml')>More Information</a></p></div>"
	}
	markerDataArray[OTHER_LOCATIONS_NUM].push(infoHTML);
	markerEnabledArray[OTHER_LOCATIONS_NUM].push(0);

/*---------------------------------------------------------------------------------*/
/*                      Grounds Greenhouses                                        */
/*---------------------------------------------------------------------------------*/
    point = new GLatLng(40.51709433747012, -88.99715423583984);
    marker = new GMarker(point, {icon:facilitiesIcon});
	markerArray[OTHER_LOCATIONS_NUM].push(marker);
	infoHTML = {
		name: "Grounds Greenhouses (GRE)",
		id: "physical_plant_greenhouse",
		abrv: "gre",
		html: "<div class='infoBox'><h2>Grounds Greenhouses (GRE)</h2><img src='/images/thumbs/physicalPlantGreenhouseThumb.jpg'><p>Facilities<br><a href=javascript:showMoreInformation('/locations/physical_plant_greenhouse.shtml')>More Information</a></p></div>"
	}
	markerDataArray[OTHER_LOCATIONS_NUM].push(infoHTML);
	markerEnabledArray[OTHER_LOCATIONS_NUM].push(0);

/*---------------------------------------------------------------------------------*/
/*                      Office of Residential Life Building                        */
/*---------------------------------------------------------------------------------*/
    point = new GLatLng(40.506849378051065, -88.99279832839966);
    marker = new GMarker(point, {icon:adminBuildingIcon});
	markerArray[OTHER_LOCATIONS_NUM].push(marker);
	infoHTML = {
		name: "Office of Residential Life Building (ORL)",
		id: "office_of_residential_life_building_orl",
		abrv: "orl",
		html: "<div class='infoBox'><h2>Office of Residential Life Building (ORL)</h2><img src='/images/thumbs/officeResLifeThumb.jpg'><p>Administration Building<br><a href=javascript:showMoreInformation('/locations/office_of_residential_life_building_orl.shtml')>More Information</a></p></div>"
	}
	markerDataArray[OTHER_LOCATIONS_NUM].push(infoHTML);
	markerEnabledArray[OTHER_LOCATIONS_NUM].push(0);

/*---------------------------------------------------------------------------------*/
/*                      Motorcycle Safety Program Building                         */
/*---------------------------------------------------------------------------------*/
    point = new GLatLng(40.51361563146012, -88.99301290512085);
    marker = new GMarker(point, {icon:adminBuildingIcon});
	markerArray[OTHER_LOCATIONS_NUM].push(marker);
	infoHTML = {
		name: "Motorcycle Safety Program Office",
		id: "motorcycle_safety_program_office",
		abrv: "moto",
		html: "<div class='infoBox'><h2>Motorcycle Safety Program Office</h2><img src='/images/thumbs/motorcycleSafetyBuildingThumb.jpg'><p>Administration Building<br><a href=javascript:showMoreInformation('/locations/motorcycle_safety_program_office.shtml')>More Information</a></p></div>"
	}
	markerDataArray[OTHER_LOCATIONS_NUM].push(infoHTML);
	markerEnabledArray[OTHER_LOCATIONS_NUM].push(0);

/*---------------------------------------------------------------------------------*/
/*                      Kaufman Football Building                                   */
/*---------------------------------------------------------------------------------*/
    point = new GLatLng(40.512873375396246, -88.99611353874207);
    marker = new GMarker(point, {icon:sportsIcon});
	markerArray[OTHER_LOCATIONS_NUM].push(marker);
	infoHTML = {
		name: "Kaufman Football Building (KFB)",
		id: "kaufman_football_building_kfb",
		abrv: "kfb",
		html: "<div class='infoBox'><h2>Kaufman Football Building (KFB)</h2><img src='/images/thumbs/kaufmanThumb.jpg'><p>Sports<br><a href=javascript:showMoreInformation('/locations/kaufman_football_building_kfb.shtml')>More Information</a></p></div>"
	}
	markerDataArray[OTHER_LOCATIONS_NUM].push(infoHTML);
	markerEnabledArray[OTHER_LOCATIONS_NUM].push(0);

/*---------------------------------------------------------------------------------*/
/*                      John Green Food Serivice Building                          */
/*---------------------------------------------------------------------------------*/
    point = new GLatLng(40.51670691724436, -88.99625301361084);
    marker = new GMarker(point, {icon:facilitiesIcon});
	markerArray[OTHER_LOCATIONS_NUM].push(marker);
	infoHTML = {
		name: "John Green Food Service Building (GFS)",
		id: "john_green_food_service_building_gfs",
		abrv: "gfs",
		html: "<div class='infoBox'><h2>John Green Food Service Building (GFS)</h2><img src='/images/thumbs/johnGreenThumb.jpg'><p>Facilities Building<br><a href=javascript:showMoreInformation('/locations/john_green_food_service_building_gfs.shtml')>More Information</a></p></div>"
	}
	markerDataArray[OTHER_LOCATIONS_NUM].push(infoHTML);
	markerEnabledArray[OTHER_LOCATIONS_NUM].push(0);

/*---------------------------------------------------------------------------------*/
/*                      ISU Credit Union                                           */
/*---------------------------------------------------------------------------------*/
    point = new GLatLng(40.497047500245735, -88.99579167366028);
    marker = new GMarker(point, {icon:poiIcon});
	markerArray[OTHER_LOCATIONS_NUM].push(marker);
	infoHTML = {
		name: "ISU Credit Union",
		id: "isu_credit_union",
		abrv: "cu",
		html: "<div class='infoBox'><h2>ISU Credit Union</h2><img src='/images/thumbs/isuCreditUnionThumb.jpg'><p>Point of Interest<br><a href=javascript:showMoreInformation('/locations/isu_credit_union.shtml')>More Information</a></p></div>"
	}
	markerDataArray[OTHER_LOCATIONS_NUM].push(infoHTML);
	markerEnabledArray[OTHER_LOCATIONS_NUM].push(0);

/*---------------------------------------------------------------------------------*/
/*                      Hudelson Building                                          */
/*---------------------------------------------------------------------------------*/
    point = new GLatLng(40.51406832205875, -88.99562537670135);
    marker = new GMarker(point, {icon:adminBuildingIcon});
	markerArray[OTHER_LOCATIONS_NUM].push(marker);
	infoHTML = {
		name: "Hudelson Building (HUD)",
		id: "hudelson_building_hud",
		abrv: "hud",
		html: "<div class='infoBox'><h2>Hudelson Building (HUD)</h2><img src='/images/thumbs/hudelsonThumb.jpg'><p>Administration Building<br><a href=javascript:showMoreInformation('/locations/hudelson_building_hud.shtml')>More Information</a></p></div>"
	}
	markerDataArray[OTHER_LOCATIONS_NUM].push(infoHTML);
	markerEnabledArray[OTHER_LOCATIONS_NUM].push(0);

/*---------------------------------------------------------------------------------*/
/*                      Honors Program                                             */
/*---------------------------------------------------------------------------------*/
    point = new GLatLng(40.50964732089395, -88.98750364780426);
    marker = new GMarker(point, {icon:adminBuildingIcon});
	markerArray[OTHER_LOCATIONS_NUM].push(marker);
	infoHTML = {
		name: "Educational Administration Building - Honors (EAB)",
		id: "honors_program",
		abrv: "eab",
		html: "<div class='infoBox'><h2>Educational Administration Building - Honors (EAB)</h2><img src='/images/thumbs/honorsProgramThumb.jpg'><p>Administration Building<br><a href=javascript:showMoreInformation('/locations/honors_program.shtml')>More Information</a></p></div>"
	}
	markerDataArray[OTHER_LOCATIONS_NUM].push(infoHTML);
	markerEnabledArray[OTHER_LOCATIONS_NUM].push(0);

/*---------------------------------------------------------------------------------*/
/*                      Heating Plant                                              */
/*---------------------------------------------------------------------------------*/
    point = new GLatLng(40.51018976569074, -88.9929324388504);
    marker = new GMarker(point, {icon:facilitiesIcon});
	markerArray[OTHER_LOCATIONS_NUM].push(marker);
	infoHTML = {
		name: "Heating Plant (HPT)",
		id: "heating_plant_hpt",
		abrv: "hpt",
		html: "<div class='infoBox'><h2>Heating Plant (HPT)</h2><img src='/images/thumbs/heatingPlantThumb.jpg'><p>Facilities Building<br><a href=javascript:showMoreInformation('/locations/heating_plant_hpt.shtml')>More Information</a></p></div>"
	}
	markerDataArray[OTHER_LOCATIONS_NUM].push(infoHTML);
	markerEnabledArray[OTHER_LOCATIONS_NUM].push(0);

/*---------------------------------------------------------------------------------*/
/*                      Fairchild Hall                                             */
/*---------------------------------------------------------------------------------*/
    point = new GLatLng(40.50872148392514, -88.99409115314484);
    marker = new GMarker(point, {icon:classBuildingIcon});
	markerArray[OTHER_LOCATIONS_NUM].push(marker);
	infoHTML = {
		name: "Fairchild Hall (FH)",
		id: "fairchild_hall_fh",
		abrv: "fh",
		html: "<div class='infoBox'><h2>Fairchild Hall (FH)</h2><img src='/images/thumbs/fairchildThumb.jpg'><p>Classroom Building<br><a href=javascript:showMoreInformation('/locations/fairchild_hall_fh.shtml')>More Information</a></p></div>"
	}
	markerDataArray[OTHER_LOCATIONS_NUM].push(infoHTML);
	markerEnabledArray[OTHER_LOCATIONS_NUM].push(0);

/*---------------------------------------------------------------------------------*/
/*                      Chemical Rinsate                                             */
/*---------------------------------------------------------------------------------*/
    point = new GLatLng(40.51936987633991, -88.99640321731567);
    marker = new GMarker(point, {icon:facilitiesIcon});
	markerArray[OTHER_LOCATIONS_NUM].push(marker);
	infoHTML = {
		name: "Chemical Rinsate (GCR)",
		id: "chemical_rinsate_gcr",
		abrv: "gcr",
		html: "<div class='infoBox'><h2>Chemical Rinsate (GCR)</h2><img src='/images/thumbs/chemicalRinsateThumb.jpg'><p>Facilities Building<br><a href=javascript:showMoreInformation('/locations/chemical_rinsate_gcr.shtml')>More Information</a></p></div>"
	}
	markerDataArray[OTHER_LOCATIONS_NUM].push(infoHTML);
	markerEnabledArray[OTHER_LOCATIONS_NUM].push(0);

/*---------------------------------------------------------------------------------*/
/*                      Rambo House                                                */
/*---------------------------------------------------------------------------------*/
    point = new GLatLng(40.50837480159485, -88.99292171001434);
    marker = new GMarker(point, {icon:facilitiesIcon});
	markerArray[OTHER_LOCATIONS_NUM].push(marker);
	infoHTML = {
		name: "Rambo House (RAM)",
		id: "rambo_house_ram",
		abrv: "ram",
		html: "<div class='infoBox'><h2>Rambo House (RAM)</h2><img src='/images/thumbs/ramboThumb.jpg'><p>Facilities Building<br><a href=javascript:showMoreInformation('/locations/rambo_house_ram.shtml')>More Information</a></p></div>"
	}
	markerDataArray[OTHER_LOCATIONS_NUM].push(infoHTML);
	markerEnabledArray[OTHER_LOCATIONS_NUM].push(0);

	//Karin Bone Athletic Study Center
	point = new GLatLng(40.511751819053416, -88.99403214454651);
    marker = new GMarker(point, {icon:sportsIcon})
	markerArray[OTHER_LOCATIONS_NUM].push(marker);
	infoHTML = {
		name: "Karin Bone Athletic Study Center",
		id: "karin_bone_athletic_study_center",
		abrv: "asc",
		html: "<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></p></div>"
	}
	markerDataArray[OTHER_LOCATIONS_NUM].push(infoHTML);
	markerEnabledArray[OTHER_LOCATIONS_NUM].push(0);

/*---------------------------------------------------------------------------------*/
/*                      Motorcycle Driving Range                                   */
/*---------------------------------------------------------------------------------*/
    point = new GLatLng(40.51764895621263, -89.01012539863586);
    marker = new GMarker(point, {icon:classBuildingIcon});
	markerArray[OTHER_LOCATIONS_NUM].push(marker);
	infoHTML = {
		name: "Motorcycle Driving Range",
		id: "motorcycle_driving_range",
		abrv: "mdr",
		html: "<div class='infoBox'><h2>Motorcycle Driving Range</h2><img src='/images/thumbs/motorcycleDrivingRangeThumb.jpg'><p>Classroom<br><a href=javascript:showMoreInformation('/locations/motorcycle_driving_range.shtml')>More Information</a></p></div>"
	}
	markerDataArray[OTHER_LOCATIONS_NUM].push(infoHTML);
	markerEnabledArray[OTHER_LOCATIONS_NUM].push(0);

/*---------------------------------------------------------------------------------*/
/*                      Campus Religious Center                                    */
/*---------------------------------------------------------------------------------*/
    point = new GLatLng(40.51140107394659, -88.98863554000854);
    marker = new GMarker(point, {icon:poiIcon});
	markerArray[OTHER_LOCATIONS_NUM].push(marker);
	infoHTML = {
		name: "Campus Religious Center (CRS)",
		id: "campus_religious_center_crs",
		abrv: "crs",
		html: "<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>"
	}
	markerDataArray[OTHER_LOCATIONS_NUM].push(infoHTML);
	markerEnabledArray[OTHER_LOCATIONS_NUM].push(0);

/*---------------------------------------------------------------------------------*/
/*                      Gregory street property                                    */
/*---------------------------------------------------------------------------------*/
    point = new GLatLng(40.51760817557899, -89.01345133781433);
    marker = new GMarker(point, {icon:facilitiesIcon});
	markerArray[OTHER_LOCATIONS_NUM].push(marker);
	infoHTML = {
		name: "Gregory Street Property (GSPF)",
		id: "gregory_street_property_gspf",
		abrv: "gspf",
		html: "<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>"
	}
	markerDataArray[OTHER_LOCATIONS_NUM].push(infoHTML);
	markerEnabledArray[OTHER_LOCATIONS_NUM].push(0);

/*---------------------------------------------------------------------------------*/
/*                      Grounds Equipment Building                                 */
/*---------------------------------------------------------------------------------*/
    point = new GLatLng(40.50514853067817, -88.99269640445709);
    marker = new GMarker(point, {icon:facilitiesIcon});
	markerArray[OTHER_LOCATIONS_NUM].push(marker);
	infoHTML = {
		name: "Grounds Equipment Building",
		id: "grounds_equipment_building",
		abrv: "geb",
		html: "<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>"
	}
	markerDataArray[OTHER_LOCATIONS_NUM].push(infoHTML);
	markerEnabledArray[OTHER_LOCATIONS_NUM].push(0);


/*---------------------------------------------------------------------------------*/
/*                      Office of Sustainability                                   */
/*---------------------------------------------------------------------------------*/
    point = new GLatLng(40.513656414522174, -88.99115145206451);
    marker = new GMarker(point, {icon:adminBuildingIcon});
	markerArray[OTHER_LOCATIONS_NUM].push(marker);
	infoHTML = {
		name: "Office of Sustainability",
		id: "bloomington_normal_educational_alliance",
		abrv: "os",
		html: "<div class='infoBox'><h2>Office of Sustainability</h2><img src='/images/thumbs/bnEducationalAllianceThumb.jpg'><p>Administration Building<br><a href=javascript:showMoreInformation('/locations/office_of_sustainability.shtml')>More Information</a></p></div>"
	}
	markerDataArray[OTHER_LOCATIONS_NUM].push(infoHTML);
	markerEnabledArray[OTHER_LOCATIONS_NUM].push(0);


/*---------------------------------------------------------------------------------*/
/*                      Center for Intercultural Relations                         */
/*---------------------------------------------------------------------------------*/
    point = new GLatLng(40.513525908636225, -88.98996591567993);
    marker = new GMarker(point, {icon:adminBuildingIcon});
	markerArray[OTHER_LOCATIONS_NUM].push(marker);
	infoHTML = {
		name: "Center for Intercultural Relations",
		id: "center_for_intercultural_relations",
		abrv: "cir",
		html: "<div class='infoBox'><h2>Center for Intercultural Relations</h2><img src='/images/thumbs/centerInterculturalRelationsThumb.jpg'><p>Administration Building<br><a href=javascript:showMoreInformation('/locations/center_for_intercultural_relations.shtml')>More Information</a></p></div>"
	}
	markerDataArray[OTHER_LOCATIONS_NUM].push(infoHTML);
	markerEnabledArray[OTHER_LOCATIONS_NUM].push(0);
	

/*---------------------------------------------------------------------------------*/
/*                      Hayden Auditorium                                          */
/*---------------------------------------------------------------------------------*/
    point = new GLatLng(40.51034882761873, -88.99399995803833);
    marker = new GMarker(point, {icon:classBuildingIcon});
	markerArray[OTHER_LOCATIONS_NUM].push(marker);
	infoHTML = {
		name: "Hayden Auditorium",
		id: "hayden_auditorium",
		abrv: "had",
		html: "<div class='infoBox'><h2>Hayden Auditorium</h2><img src='/images/thumbs/haydenAuditoriumThumb.jpg'><p>Classroom Building<br><a href=javascript:showMoreInformation('/locations/hayden_auditorium.shtml')>More Information</a></p></div>"
	}
	markerDataArray[OTHER_LOCATIONS_NUM].push(infoHTML);
	markerEnabledArray[OTHER_LOCATIONS_NUM].push(0);

	
/*---------------------------------------------------------------------------------*/
/*                      Felmley Annex Greenhouses                    */
/*---------------------------------------------------------------------------------*/
    point = new GLatLng(40.5101489805202, -88.99077594280243);
    marker = new GMarker(point, {icon:classBuildingIcon});
	markerArray[OTHER_LOCATIONS_NUM].push(marker);
	infoHTML = {
		name: "Felmley Annex Greenhouses",
		id: "felmley_annex_greenhouses",
		abrv: "faxg",
		html: "<div class='infoBox'><h2>Felmley Annex Greenhouses</h2><img src='/images/thumbs/felmley_hall_of_science_annex_greenhouse.jpg'><p>Classroom Building<br><a href=javascript:showMoreInformation('/locations/felmley_hall_of_science_annex_greenhouse.shtml')>More Information</a></p></div>"
	}
	markerDataArray[OTHER_LOCATIONS_NUM].push(infoHTML);
	markerEnabledArray[OTHER_LOCATIONS_NUM].push(0);


/*---------------------------------------------------------------------------------*/
/*                      Rappelling Tower                                           */
/*---------------------------------------------------------------------------------*/
    point = new GLatLng(40.514639278815864, -88.99827003479004);
    marker = new GMarker(point, {icon:sportsIcon});
	markerArray[OTHER_LOCATIONS_NUM].push(marker);
	infoHTML = {
		name: "Rappelling Tower",
		id: "rappelling_tower",
		abrv: "rap",
		html: "<div class='infoBox'><h2>Rappelling Tower</h2><img src='/images/thumbs/rappelling_tower.jpg'><p>Sports<br><a href=javascript:showMoreInformation('/locations/rappelling_tower.shtml')>More Information</a></p></div>"
	}
	markerDataArray[OTHER_LOCATIONS_NUM].push(infoHTML);
	markerEnabledArray[OTHER_LOCATIONS_NUM].push(0);

/*---------------------------------------------------------------------------------*/
/*                     Practice Field                                              */
/*---------------------------------------------------------------------------------*/
    point = new GLatLng(40.51339132417526, -88.99764776229858);
    marker = new GMarker(point, {icon:sportsIcon});
	markerArray[OTHER_LOCATIONS_NUM].push(marker);
	infoHTML = {
		name: "Practice Fields (PFLD)",
		id: "practice_field",
		abrv: "pfld",
		html: "<div class='infoBox'><h2>Practice Fields (PFLD)</h2><img src='/images/thumbs/practice_field.jpg'>Sports<br><a href=javascript:showMoreInformation('/locations/practice_field.shtml')>More Information</a></div>"
	}
	markerDataArray[OTHER_LOCATIONS_NUM].push(infoHTML);
	markerEnabledArray[OTHER_LOCATIONS_NUM].push(0);

/*---------------------------------------------------------------------------------*/
/*                      Pref-Fab Control Building                                   */
/*---------------------------------------------------------------------------------*/
    point = new GLatLng(40.514272235744414, -88.99739027023315);
    marker = new GMarker(point, {icon:facilitiesIcon});
	markerArray[OTHER_LOCATIONS_NUM].push(marker);
	infoHTML = {
		name: "Pre-Fab Control Building",
		id: "prefab_control_building",
		abrv: "pfcb",
		html: "<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>"
	}
	markerDataArray[OTHER_LOCATIONS_NUM].push(infoHTML);
	markerEnabledArray[OTHER_LOCATIONS_NUM].push(0);


/*---------------------------------------------------------------------------------*/
/*                     Glass House Storage Building                                  */
/*---------------------------------------------------------------------------------*/
    point = new GLatLng(40.513888877502396, -88.99675726890564);
    marker = new GMarker(point, {icon:facilitiesIcon});
	markerArray[OTHER_LOCATIONS_NUM].push(marker);
	infoHTML = {
		name: "Vitro Center - Glass House (VIT)",
		id: "glass_house_storage_building",
		abrv: "vit_gh",
		html: "<div class='infoBox'><h2>Vitro Center - Glass House (VIT)</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>"
	}
	markerDataArray[OTHER_LOCATIONS_NUM].push(infoHTML);
	markerEnabledArray[OTHER_LOCATIONS_NUM].push(0);


/*---------------------------------------------------------------------------------*/
/*                 Watterson Basketball Court                                      */
/*---------------------------------------------------------------------------------*/
    point = new GLatLng(40.50724093392836, -88.98827075958252);
    marker = new GMarker(point, {icon:sportsIcon});
	markerArray[OTHER_LOCATIONS_NUM].push(marker);
	infoHTML = {
		name: "Watterson Basketball Courts",
		id: "watterson_basketball_courts",
		abrv: "wbc",
		html: "<div class='infoBox'><h2>Watterson Basketball Courts</h2><img src='/images/thumbs/basketball_courts.jpg'><p>Sports<br><a href=javascript:showMoreInformation('/locations/outdoor_recreation.shtml')>More Information</a></p></div>"
	}
	markerDataArray[OTHER_LOCATIONS_NUM].push(infoHTML);
	markerEnabledArray[OTHER_LOCATIONS_NUM].push(0);

/*---------------------------------------------------------------------------------*/
/*                 Manchester-Hewett Basketball Court                                      */
/*---------------------------------------------------------------------------------*/
    point = new GLatLng(40.51065879336881, -88.98887157440186);
    marker = new GMarker(point, {icon:sportsIcon});
	markerArray[OTHER_LOCATIONS_NUM].push(marker);
	infoHTML = {
		name: "Manchester-Hewett Basketball Courts",
		id: "man_hew_basketball_courts",
		abrv: "mhbc",
		html: "<div class='infoBox'><h2>Manchester-Hewett Basketball Courts</h2><img src='/images/thumbs/basketball_courts.jpg'><p>Sports<br><a href=javascript:showMoreInformation('/locations/outdoor_recreation.shtml')>More Information</a></p></div>"
	}
	markerDataArray[OTHER_LOCATIONS_NUM].push(infoHTML);
	markerEnabledArray[OTHER_LOCATIONS_NUM].push(0);

/*---------------------------------------------------------------------------------*/
/*                 University High School Soccer Field                             */
/*---------------------------------------------------------------------------------*/
    point = new GLatLng(40.518464563675614, -89.00092005729675);
    marker = new GMarker(point, {icon:sportsIcon});
	markerArray[OTHER_LOCATIONS_NUM].push(marker);
	infoHTML = {
		name: "University High School Soccer Field",
		id: "uhigh_soccer_field",
		abrv: "uhsf",
		html: "<div class='infoBox'><h2>University High School Soccer Field</h2><img src='/images/thumbs/uhigh_soccer_field.jpg'><p>Sports<br><a href=javascript:showMoreInformation('/locations/university_high_school_soccer_field.shtml')>More Information</a></p></div>"
	}
	markerDataArray[OTHER_LOCATIONS_NUM].push(infoHTML);
	markerEnabledArray[OTHER_LOCATIONS_NUM].push(0);

/*---------------------------------------------------------------------------------*/
/*                Volleyball                                                       */
/*---------------------------------------------------------------------------------*/
    point = new GLatLng(40.5120209942865, -88.99993300437927);
    marker = new GMarker(point, {icon:sportsIcon});
	markerArray[OTHER_LOCATIONS_NUM].push(marker);
	infoHTML = {
		name: "TriTowers Volleyball Courts",
		id: "sand_volleyball",
		abrv: "svb",
		html: "<div class='infoBox'><h2>TriTowers Volleyball Courts</h2><p>Sports<br><a href=javascript:showMoreInformation('/locations/outdoor_recreation.shtml')>More Information</a><p></div>"
	}
	markerDataArray[OTHER_LOCATIONS_NUM].push(infoHTML);
	markerEnabledArray[OTHER_LOCATIONS_NUM].push(0);

/*---------------------------------------------------------------------------------*/
/*                      Construction Administration                                */
/*---------------------------------------------------------------------------------*/
    point = new GLatLng(40.5244915952194, -88.98223042488098);
    marker = new GMarker(point, {icon:facilitiesIcon});
	markerArray[OTHER_LOCATIONS_NUM].push(marker);
	infoHTML = {
		name: "Construction Administration (CAD)",
		abrv: "cad",
		html: "<div class='infoBox'><h2>Construction Administration (CAD)</h2><img src='/images/thumbs/energy_house_enh.jpg'><p>Facilities Building<br><a href=javascript:showMoreInformation('/locations/construction_admin_cad.shtml')>More Information</a></p></div>"
	}
	markerDataArray[OTHER_LOCATIONS_NUM].push(infoHTML);
	markerEnabledArray[OTHER_LOCATIONS_NUM].push(0);


/*---------------------------------------------------------------------------------*/
/*                   705 East Lincoln Street                                       */
/*---------------------------------------------------------------------------------*/
    point = new GLatLng(40.52003050219006, -88.97539615631104);
    marker = new GMarker(point, {icon:adminBuildingIcon});
	markerArray[OTHER_LOCATIONS_NUM].push(marker);
	infoHTML = {
		name: "705 East Lincoln Street",
		id: "east_lincoln_street",
		abrv: "els",
		html: "<div class='infoBox'><h2>705 East Lincoln Street</h2><img src='/images/thumbs/east_lincoln_street.jpg'><p>Administration Building<br><a href=javascript:showMoreInformation('/locations/705_east_lincoln_street.shtml')>More Information</a></p></div>"
	}
	markerDataArray[OTHER_LOCATIONS_NUM].push(infoHTML);
	markerEnabledArray[OTHER_LOCATIONS_NUM].push(0);

//Stevenson marker Secondary
    point = new GLatLng(40.508321779433395, -88.98916125297546);
    marker = new GMarker(point, {icon:classBuildingIcon});
	markerArray[OTHER_LOCATIONS_NUM].push(marker);
	infoHTML = {
		name: "Stevenson Hall (STV)",
		id: "stevenson_hall_stv_sec",
		abrv: "stv_sec",
		html: "<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>"
	}
	markerDataArray[OTHER_LOCATIONS_NUM].push(infoHTML);
	markerEnabledArray[OTHER_LOCATIONS_NUM].push(0);

/*---------------------------------------------------------------------------------*/
/*                   Property Control Building                                     */
/*---------------------------------------------------------------------------------*/
    point = new GLatLng(40.54423264844252, -88.98836195468903);
    marker = new GMarker(point, {icon:facilitiesIcon});
	markerArray[OTHER_LOCATIONS_NUM].push(marker);
	infoHTML = {
		name: "Property Control Building",
		id: "property_control_building",
		abrv: "pcb",
		html: "<div class='infoBox'><h2>Property Control Building</h2><img src='/images/thumbs/propControlThumb.jpg'><p>Facilities Building<br><a href=javascript:showMoreInformation('/locations/property_control_building.shtml')>More Information</a></p></div>"
	}
	markerDataArray[OTHER_LOCATIONS_NUM].push(infoHTML);
	markerEnabledArray[OTHER_LOCATIONS_NUM].push(0);
	
/*---------------------------------------------------------------------------------*/
/*                      Unversity Archives                                          */
/*---------------------------------------------------------------------------------*/
    point = new GLatLng(40.54490118203015, -88.98876428604126);
    marker = new GMarker(point, {icon:facilitiesIcon});
	markerArray[OTHER_LOCATIONS_NUM].push(marker);
	infoHTML = {
		name: "University Archives",
		id: "jra",
		abrv: "jra",
		html: "<div class='infoBox'><h2>University Archives</h2><a href=javascript:showMoreInformation('/locations/university_archives_jra.shtml')>More Information</a></p></div>"
	}
  markerDataArray[OTHER_LOCATIONS_NUM].push(infoHTML);
  markerEnabledArray[OTHER_LOCATIONS_NUM].push(0);


