markerArray[SPECIAL_LOCATIONS_NUM] = [];
markerDataArray[SPECIAL_LOCATIONS_NUM] = [];
markerEnabledArray[SPECIAL_LOCATIONS_NUM] = [];

clickable[SPECIAL_LOCATIONS_NUM] = true;


/*---------------------------------------------------------------------------------*/
/*                      Road Closed                                                */
/*---------------------------------------------------------------------------------*/
	var closureInfo01 = "<h2>Road Closure</h2><h4>W College Ave<br /><span class='italic'>from University St to Constitution Blvd</span></h4><p>Saturday, October 15, 6:45 AM to 1:00 PM</p>";
	var closureInfo02 = "<h3>Road Closure</h3><h4>Beaufort St<br /><span class='italic'>from Fine Arts Entrance to Uptown Roundabout</span></h4><p>Saturday, October 15, 6:45 to 9:00 AM</p>";
	var closureInfo03 = "<h2>Road Closure</h2><h4>North St<br /><span class='italic'>from School St to Uptown Roundabout</span></h4><p>Saturday, October 15, 6:45 AM to 10:00 PM</p>";
	var closureInfo04 = "<h2>Road Closure</h2><h4>Roundabout<br /><span class='italic'>along E Beaufort St to Linden St</span></h4><p>Saturday, October 15, 6:45 AM to 10:00 PM</p>";
	var closureInfo05 = "<h2>Road Closure</h2><h4>Linden St<br /><span class='italic'>from E Beaufort St to Mulberry St</span></h4><p>Saturday, October 15, 6:45 to 9:00 AM</p>";
	var closureInfo06 = "<h2>Road Closure</h2><h4>Mulberry St<br /><span class='italic'>from Linden St to School St</span></h4><p>Saturday, October 15, 6:45 to 9:00 AM</p>";
	var closureInfo07 = "<h2>Road Closure</h2><h4>Dry Grove St<br /><span class='italic'>from S Main St to University St</span></h4><p>Saturday, October 15, 6:45 AM to 1:00 PM</p>";
	var closureInfo08 = "<h2>Road Closure</h2><h4>Fell Ave<br /><span class='italic'>from College Ave to Beaufort St</span></h4><p>Saturday, October 15, 6:45 AM to 1:00 PM</p>";
	var closureInfo09 = "<h2>Road Closure</h2><h4>University St<br /><span class='italic'>from Locust St to Dale St</span></h4><p>Saturday, October 15, 6:45 AM to 1:00 PM</p>";
	var closureInfo10 = "<h2>Road Closure</h2><h4>Constitution Blvd<br /><span class='italic'>from College Ave to Uptown Roundabout</span></h4><p>Saturday, October 15, 6:45 AM to 10:00 PM</p>";
	var closureInfo11 = "<h2>Road Closure</h2><h4>School St<br /><span class='italic'>from Locust Ave to Mulberry St</span></h4><p>Saturday, October 15, 6:45 AM to 1:00 PM</p>";
	var closureInfo12 = "<h2>Road Closure</h2><h4>E Beaufort St<br /><span class='italic'>from Linden St to Uptown Roundabout</span></h4><p>Saturday, October 15, 6:45 AM  to 10:00 PM</p>";
	
	//University and College
	point = new GLatLng(40.51086353310554, -88.99463295936584);
    marker = new GMarker(point, {icon:roadClosedIcon, clickable:true, title:"Road Closure" });
	markerArray[SPECIAL_LOCATIONS_NUM].push(marker);
	infoHTML = {
		name: "name",
		id: "closureMark1",
		abrv: "cm1",
		noTab: true,
		html: closureInfo01
	}
	markerDataArray[SPECIAL_LOCATIONS_NUM].push(infoHTML);
	markerEnabledArray[SPECIAL_LOCATIONS_NUM].push(0);
	
	//College and Linden
	point = new GLatLng(40.509901006137135, -88.98285806179047);
    marker = new GMarker(point, {icon:roadClosedIcon, clickable:true, title:"Road Closure" });
	markerArray[SPECIAL_LOCATIONS_NUM].push(marker);
	infoHTML = {
		name: "name",
		id: "closureMark2",
		abrv: "cm2",
		noTab: true,
		html: closureInfo12
	}
	markerDataArray[SPECIAL_LOCATIONS_NUM].push(infoHTML);
	markerEnabledArray[SPECIAL_LOCATIONS_NUM].push(0);
	
	//Locust and School N
	point = new GLatLng(40.51253650260087, -88.98957967758179);
    marker = new GMarker(point, {icon:roadClosedIcon, clickable:true, title:"Road Closure" });
	markerArray[SPECIAL_LOCATIONS_NUM].push(marker);
	infoHTML = {
		name: "name",
		id: "closureMark3",
		abrv: "cm3",
		noTab: true,
		html: closureInfo11
	}
	markerDataArray[SPECIAL_LOCATIONS_NUM].push(infoHTML);
	markerEnabledArray[SPECIAL_LOCATIONS_NUM].push(0);
	
	//North and School S
	point = new GLatLng(40.506076048452755, -88.98974061012268); 
    marker = new GMarker(point, {icon:roadClosedIcon, clickable:true, title:"Road Closure" });
	markerArray[SPECIAL_LOCATIONS_NUM].push(marker);
	infoHTML = {
		name: "name",
		id: "closureMark4",
		abrv: "cm4",
		noTab: true,
		html: closureInfo02
	}
	markerDataArray[SPECIAL_LOCATIONS_NUM].push(infoHTML);
	markerEnabledArray[SPECIAL_LOCATIONS_NUM].push(0);

	//North and School W
	point = new GLatLng(40.50913505318304, -88.98939728736877); 
    marker = new GMarker(point, {icon:roadClosedIcon, clickable:true, title:"Road Closure" });
	markerArray[SPECIAL_LOCATIONS_NUM].push(marker);
	infoHTML = {
		name: "name",
		id: "closureMark5",
		abrv: "cm5",
		noTab: true,
		html: closureInfo03
	}
	markerDataArray[SPECIAL_LOCATIONS_NUM].push(infoHTML);
	markerEnabledArray[SPECIAL_LOCATIONS_NUM].push(0);

	//Roundabout North
	point = new GLatLng(40.50946052308624, -88.98489654064178); 
    marker = new GMarker(point, {icon:roadClosedIcon, clickable:true, title:"Road Closure" });
	markerArray[SPECIAL_LOCATIONS_NUM].push(marker);
	infoHTML = {
		name: "name",
		id: "closureMark6",
		abrv: "cm6",
		noTab: true,
		html: closureInfo03
	}
	markerDataArray[SPECIAL_LOCATIONS_NUM].push(infoHTML);
	markerEnabledArray[SPECIAL_LOCATIONS_NUM].push(0);
	
	//Roundabout Beaufort
	point = new GLatLng(40.50894172823935, -88.98478925228119); 
    marker = new GMarker(point, {icon:roadClosedIcon, clickable:true, title:"Road Closure" });
	markerArray[SPECIAL_LOCATIONS_NUM].push(marker);
	infoHTML = {
		name: "name",
		id: "closureMark7",
		abrv: "cm7",
		noTab: true,
		html: closureInfo04
	}
	markerDataArray[SPECIAL_LOCATIONS_NUM].push(infoHTML);
	markerEnabledArray[SPECIAL_LOCATIONS_NUM].push(0);
	
	
	//Constitution Blvd
	point = new GLatLng(40.51018731855629, -88.98455858230591); 
    marker = new GMarker(point, {icon:roadClosedIcon, clickable:true, title:"Road Closure" });
	markerArray[SPECIAL_LOCATIONS_NUM].push(marker);
	infoHTML = {
		name: "name",
		id: "closureMark10",
		abrv: "cm10",
		noTab: true,
		html: closureInfo10
	}
	markerDataArray[SPECIAL_LOCATIONS_NUM].push(infoHTML);
	markerEnabledArray[SPECIAL_LOCATIONS_NUM].push(0);
	
	//Dry Grove
	point = new GLatLng(40.50836827576774, -88.99387121200562); 
    marker = new GMarker(point, {icon:roadClosedIcon, clickable:true, title:"Road Closure" });
	markerArray[SPECIAL_LOCATIONS_NUM].push(marker);
	infoHTML = {
		name: "name",
		id: "closureMark11",
		abrv: "cm11",
		noTab: true,
		html: closureInfo07
	}
	markerDataArray[SPECIAL_LOCATIONS_NUM].push(infoHTML);
	markerEnabledArray[SPECIAL_LOCATIONS_NUM].push(0);
	
	//Fell and Beaufort
	point = new GLatLng(40.507283352319604, -88.9871871471405); 
    marker = new GMarker(point, {icon:roadClosedIcon, clickable:true, title:"Road Closure" });
	markerArray[SPECIAL_LOCATIONS_NUM].push(marker);
	infoHTML = {
		name: "name",
		id: "closureMark12",
		abrv: "cm12",
		noTab: true,
		html: closureInfo08
	}
	markerDataArray[SPECIAL_LOCATIONS_NUM].push(infoHTML);
	markerEnabledArray[SPECIAL_LOCATIONS_NUM].push(0);
	
	//Fell and Mulberry
	point = new GLatLng(40.51105114268547, -88.98721933364868); 
    marker = new GMarker(point, {icon:roadClosedIcon, clickable:true, title:"Road Closure" });
	markerArray[SPECIAL_LOCATIONS_NUM].push(marker);
	infoHTML = {
		name: "name",
		id: "closureMark13",
		abrv: "cm13",
		noTab: true,
		html: closureInfo08
	}
	markerDataArray[SPECIAL_LOCATIONS_NUM].push(infoHTML);
	markerEnabledArray[SPECIAL_LOCATIONS_NUM].push(0);
	
	//Locust and University N
	point = new GLatLng(40.51254465934655, -88.99336695671082); 
    marker = new GMarker(point, {icon:roadClosedIcon, clickable:true, title:"Road Closure" });
	markerArray[SPECIAL_LOCATIONS_NUM].push(marker);
	infoHTML = {
		name: "name",
		id: "closureMark14",
		abrv: "cm14",
		noTab: true,
		html: closureInfo09
	}
	markerDataArray[SPECIAL_LOCATIONS_NUM].push(infoHTML);
	markerEnabledArray[SPECIAL_LOCATIONS_NUM].push(0);
	
	//University and Dale 
	point = new GLatLng(40.50602710324298, -88.99306654930115); 
    marker = new GMarker(point, {icon:roadClosedIcon, clickable:true, title:"Road Closure" });
	markerArray[SPECIAL_LOCATIONS_NUM].push(marker);
	infoHTML = {
		name: "name",
		id: "closureMark14",
		abrv: "cm14",
		noTab: true,
		html: closureInfo09
	}
	markerDataArray[SPECIAL_LOCATIONS_NUM].push(infoHTML);
	markerEnabledArray[SPECIAL_LOCATIONS_NUM].push(0);


/*---------------------------------------------------------------------------------*/
/*                      Tailgate parking                                           */
/*---------------------------------------------------------------------------------*/

	var tailGateInfo = "<h2>Tailgate Parking</h2><div style='margin:15px 0 0 0; max-height:120px; min-height:50px; width:300px; overflow:auto;'><a href='http://blogs.ilstu.edu/homecoming/tailgating/' target='_blank'>More Information</a></div>";

    point = new GLatLng(40.51340763745765, -88.99679481983185); //Vitro
    marker = new GMarker(point, {icon:tailgateIconPay, clickable:true, title:"Tailgate Parking" });
	markerArray[SPECIAL_LOCATIONS_NUM].push(marker);
	infoHTML = {
		name: "Tailgate Parking",
		abrv: "tailgate01Mark",
		noParkOpts: true,
		html: tailGateInfo
	}
	markerDataArray[SPECIAL_LOCATIONS_NUM].push(infoHTML);
	markerEnabledArray[SPECIAL_LOCATIONS_NUM].push(0);

	point = new GLatLng(40.512192287054056, -88.99605453014374); //Hancock E
    marker = new GMarker(point, {icon:tailgateIconPay, clickable:true, title:"Tailgate Parking" });
	markerArray[SPECIAL_LOCATIONS_NUM].push(marker);
	infoHTML = {
		name: "Tailgate Parking",
		abrv: "tailgate02Mark",
		noParkOpts: true,
		html: tailGateInfo
	}
	markerDataArray[SPECIAL_LOCATIONS_NUM].push(infoHTML);
	markerEnabledArray[SPECIAL_LOCATIONS_NUM].push(0);
	
	point = new GLatLng(40.51450469658961, -89.00016367435455); //Soccer Field N
    marker = new GMarker(point, {icon:tailgateIcon, clickable:true, title:"Tailgate Parking" });
	markerArray[SPECIAL_LOCATIONS_NUM].push(marker);
	infoHTML = {
		name: "Tailgate Parking",
		abrv: "tailgate03Mark",
		noParkOpts: true,
		html: tailGateInfo
	}
	markerDataArray[SPECIAL_LOCATIONS_NUM].push(infoHTML);
	markerEnabledArray[SPECIAL_LOCATIONS_NUM].push(0);

	point = new GLatLng(40.51103809161367, -89.00082349777222); //Nelson Smith N
    marker = new GMarker(point, {icon:tailgateIcon, clickable:true, title:"Tailgate Parking" });
	markerArray[SPECIAL_LOCATIONS_NUM].push(marker);
	infoHTML = {
		name: "Tailgate Parking",
		abrv: "tailgate04Mark",
		noParkOpts: true,
		html: tailGateInfo
	}
	markerDataArray[SPECIAL_LOCATIONS_NUM].push(infoHTML);
	markerEnabledArray[SPECIAL_LOCATIONS_NUM].push(0);
	
	point = new GLatLng(40.515699614180164, -89.001145362854); //Baseball Field S
    marker = new GMarker(point, {icon:tailgateIcon, clickable:true, title:"Tailgate Parking" });
	markerArray[SPECIAL_LOCATIONS_NUM].push(marker);
	infoHTML = {
		name: "Tailgate Parking",
		abrv: "tailgate05Mark",
		noParkOpts: true,
		html: tailGateInfo
	}
	markerDataArray[SPECIAL_LOCATIONS_NUM].push(infoHTML);
	markerEnabledArray[SPECIAL_LOCATIONS_NUM].push(0);
	
	point = new GLatLng(40.51047933968811, -88.99598479270935); //Corner of College and Main
    marker = new GMarker(point, {icon:tailgateIcon, clickable:true, title:"Tailgate Parking" });
	markerArray[SPECIAL_LOCATIONS_NUM].push(marker);
	infoHTML = {
		name: "Tailgate Parking",
		abrv: "tailgate06Mark",
		noParkOpts: true,
		html: tailGateInfo
	}
	markerDataArray[SPECIAL_LOCATIONS_NUM].push(infoHTML);
	markerEnabledArray[SPECIAL_LOCATIONS_NUM].push(0);

	point = new GLatLng(40.51127056367109, -88.99441838264465); //Student Services
    marker = new GMarker(point, {icon:tailgateIcon, clickable:true, title:"Tailgate Parking" });
	markerArray[SPECIAL_LOCATIONS_NUM].push(marker);
	infoHTML = {
		name: "Tailgate Parking",
		abrv: "tailgate07Mark",
		noParkOpts: true,
		html: tailGateInfo
	}
	markerDataArray[SPECIAL_LOCATIONS_NUM].push(infoHTML);
	markerEnabledArray[SPECIAL_LOCATIONS_NUM].push(0);

/*---------------------------------------------------------------------------------*/
/*                      Permit parking                                              */
/*---------------------------------------------------------------------------------*/

	var permitInfo = "<h2>Permit Parking</h2><div style='margin:15px 0 0 0; max-height:120px; min-height:50px; width:300px; overflow:auto;'><a href='http://www.goredbirds.com/ot/ilsu-redbird-club-parking.html' target='_blank'>More Information</a></div>";

    point = new GLatLng(40.51338316753258, -88.99950921535492); //Track Field
    marker = new GMarker(point, {icon:permitIcon, clickable:true, title:"Permit Parking" });
	markerArray[SPECIAL_LOCATIONS_NUM].push(marker);
	infoHTML = {
		abrv: "Permit Parking",
		id: "permit01Mark",
		noParkOpts: true,
		html: permitInfo
	}
	markerDataArray[SPECIAL_LOCATIONS_NUM].push(infoHTML);
	markerEnabledArray[SPECIAL_LOCATIONS_NUM].push(0);

	point = new GLatLng(40.51073628458246, -88.99796426296234); //Turner W
    marker = new GMarker(point, {icon:permitIcon, clickable:true, title:"Permit Parking" });
	markerArray[SPECIAL_LOCATIONS_NUM].push(marker);
	infoHTML = {
		name: "Permit Parking",
		abrv: "permit02Mark",
		noParkOpts: true,
		html: permitInfo
	}
	markerDataArray[SPECIAL_LOCATIONS_NUM].push(infoHTML);
	markerEnabledArray[SPECIAL_LOCATIONS_NUM].push(0);
	
	

/*---------------------------------------------------------------------------------*/
/*                      5k Icons                                                      */
/*---------------------------------------------------------------------------------*/

var raceInfoStart = "<div style='width:250px'><h3>Town & Gown 5K Run Start</h3><br/><p>The Town & Gown 5K Run is the kick-off for all of the festivities for Homecoming weekend. The race will be held at 7 a.m. on Saturday, October 15, rain or shine.</p><a href=http://illinoisstatehomecoming.com/events/5k-run/ target='_blank'>More Information</a></div>"
var raceInfoFinish = "<div class='infoBox'><h3>Town & Gown 5K Run Finish</h3><br/><img src='/images/thumbs/bell.jpg' align='left' /><p>The Town & Gown 5K Run is the kick-off for all of the festivities for Homecoming weekend. The race will be held at 7 a.m. on Saturday, October 15, rain or shine.</p><a href=http://illinoisstatehomecoming.com/events/5k-run/ target='_blank'>More Information</a></div>"
	
	//5k Finish
    point = new GLatLng(40.507156097003154, -88.99312019348145);
    marker = new GMarker(point, {icon:raceStartIcon, clickable:true, title:"Race Start" });
	markerArray[SPECIAL_LOCATIONS_NUM].push(marker);
	infoHTML = {
		name: "name",
		noTab: true,
		abrv: "raceStartMark",
		html: raceInfoStart
	}
	markerDataArray[SPECIAL_LOCATIONS_NUM].push(infoHTML);
	markerEnabledArray[SPECIAL_LOCATIONS_NUM].push(0);

	//5k Start
	point = new GLatLng(40.50948091588393, -88.99148404598236);
    marker = new GMarker(point, {icon:raceFinishIcon, clickable:true, title:"Race End" });
	markerArray[SPECIAL_LOCATIONS_NUM].push(marker);
	infoHTML = {
		name: "name",
		noTab: true,
		abrv: "raceFinishMark",
		html: raceInfoFinish
	}
	markerDataArray[SPECIAL_LOCATIONS_NUM].push(infoHTML);
	markerEnabledArray[SPECIAL_LOCATIONS_NUM].push(0);


/*<h3>Town & Gown 5K Run</h3>
<p>The Town & Gown 5K Run is sponsored by Illinois State University and the Town of Normal. It kicks off all of the festivities on Homecoming weekend. The race will be held at 7 a.m. on Saturday, October 17.</p>
<a href=http://illinoisstatehomecoming.com/events/5k-run/ target='_blank'>More Information</a>*/

/*---------------------------------------------------------------------------------*/
/*                      Event Locations                                            */
/*---------------------------------------------------------------------------------*/

	//Redbird Primetime
	point = new GLatLng(40.50926475191268, -88.9843761920929);
    marker = new GMarker(point, {icon:homecomingLocationIcon});
	markerArray[SPECIAL_LOCATIONS_NUM].push(marker);
	infoHTML = {
		name: "Redbird Primetime",
		abrv: "",
		noParkOpts: true,
		html: "<div class='infoBox'><h2>Redbird Primetime</h2><img src='/homecoming/images/thumb_hc.png' align='left'><p>Explore Uptown Normal Saturday evening during this new event. A street-fest atmosphere will host entertainment, extended business hours, specials, and family-friendly activities.<br><a href=javascript:showMoreInformation('/locations/alumni_center.shtml')>More Information</a></p></div>"
	}
	markerDataArray[SPECIAL_LOCATIONS_NUM].push(infoHTML);
	markerEnabledArray[SPECIAL_LOCATIONS_NUM].push(0);
	
	
	//Alumni Center
	point = new GLatLng(40.5251358601705, -88.99701476097107);
    marker = new GMarker(point, {icon:homecomingLocationIcon});
	markerArray[SPECIAL_LOCATIONS_NUM].push(marker);
	infoHTML = {
		name: "Alumni Center",
		abrv: "alum",
		noParkOpts: true,
		html: "<div class='infoBox'><h2>Alumni Center</h2><img src='/images/thumbs/alumni_center.jpg' align='left'><p>Administration Building<br><a href=javascript:showMoreInformation('/locations/alumni_center.shtml')>More Information</a></p></div>"
	}
	markerDataArray[SPECIAL_LOCATIONS_NUM].push(infoHTML);
	markerEnabledArray[SPECIAL_LOCATIONS_NUM].push(0);
	
	
	//Center for Performing Arts
	point = new GLatLng(40.507526441981085, -88.9903199672699);
    marker = new GMarker(point, {icon:homecomingLocationIcon});
	markerArray[SPECIAL_LOCATIONS_NUM].push(marker);
	infoHTML = {
		name: "Center for the Performing Arts (CPA)",
		abrv: "cpa",
		noParkOpts: true,
		html: "<div class='infoBox'><h2>Center for the Performing Arts (CPA)</h2><img src='/images/thumbs/cpa.jpg'><p>Arts & Entertainment<br><a href=javascript:showMoreInformation('/locations/center_for_the_performing_arts_cpa.shtml')>More Information</a></p></div>"
	}
	markerDataArray[SPECIAL_LOCATIONS_NUM].push(infoHTML);
	markerEnabledArray[SPECIAL_LOCATIONS_NUM].push(0);
	
	//Normal Theater
	point = new GLatLng(40.50935448043817, -88.98638784885406);
    marker = new GMarker(point, {icon:homecomingLocationIcon});
	markerArray[SPECIAL_LOCATIONS_NUM].push(marker);
	infoHTML = {
		name: "Normal Theater",
		abrv: "nt",
		noParkOpts: true,
		evtHtml:"<div id='title'><a target='_blank' href='http://events.illinoisstate.edu/search/?site=Events_University&clientID=Events&q=ISU+Homecoming+Film+Fest&x=0&y=0'>ISU Homecoming Film Festival</a></div><div style='margin: 0pt 0pt 5px;' id='description'>October 13-16, 2011 7:00 PM <br/> Normal Theater</div>",
		html: "<div class='infoBox'><h2>Normal Theater</h2><img src='/images/thumbs/normaltheater_night.jpg'><p>Built in 1937, the Normal Theater offers classic and artistic movies, and is one of the most popular building in Uptown Normal. </p></div>"
	}
	markerDataArray[SPECIAL_LOCATIONS_NUM].push(infoHTML);
	markerEnabledArray[SPECIAL_LOCATIONS_NUM].push(0);
	
	//Children's Discovery Museum 
	point = new GLatLng(40.50927617192594, -88.98388803005219);
    marker = new GMarker(point, {icon:homecomingLocationIcon});
	markerArray[SPECIAL_LOCATIONS_NUM].push(marker);
	infoHTML = {
		name: "Children's Discovery Museum",
		abrv: "cdm",
		noParkOpts: true,
		evtHtml:"<div id='title'><a target='_blank' href='http://events.illinoisstate.edu/cal/event/eventView.do?subid=&calPath=%2Fpublic%2Fcals%2FMainCal&guid=CAL-0ad76b95-311a055e-0131-1acac167-0000027cCalendar@IllinoisState.edu&recurrenceId='>Reggie Day at the Children's Discovery Museum</a></div><div style='margin: 0pt 0pt 5px;' id='description'>Sat, October 8, 2010 10:00 AM - 1:00 PM<br/> Children's Discovery Museum </div><div id='title'><a target='_blank' href='http://events.illinoisstate.edu/cal/event/eventView.do?subid=&calPath=%2Fpublic%2Fcals%2FMainCal&guid=CAL-0ad76b95-3100020a-0131-013337e9-00000634Calendar@IllinoisState.edu&recurrenceId='>Redbird Primetime</a></div><div style='margin: 0pt 0pt 5px;' id='description'>Sat, October 15, 2010 6:00 PM - 10:00 PM<br/> Children's Discovery Museum </div>",
		html: "<div class='infoBox'><h2>Children's Discovery Museum</h2><img src='/images/thumbs/childrensmuseum.jpg'><p>The Children's Discover Museum offers daily activities for children and was the first children's museum in the country to achieve LEED Certification.</p></div>"
	}
	markerDataArray[SPECIAL_LOCATIONS_NUM].push(infoHTML);
	markerEnabledArray[SPECIAL_LOCATIONS_NUM].push(0);
	
	//Milner Library
	point = new GLatLng(40.51128687746944, -88.99110317230225);
    marker = new GMarker(point, {icon:homecomingLocationIcon});
	markerArray[SPECIAL_LOCATIONS_NUM].push(marker);
	infoHTML = {
		name: "Milner Library (MLB)",
		abrv: "mlb",
		noParkOpts: true,
		html: "<div class='infoBox'><h2>Milner Library (MLB)</h2><img src='/images/thumbs/mlb.jpg'><p>Campus Library<br><a href=javascript:showMoreInformation('/locations/milner_library_mlb.shtml')>More Information</a></p></div>"
	}
	markerDataArray[SPECIAL_LOCATIONS_NUM].push(infoHTML);
	markerEnabledArray[SPECIAL_LOCATIONS_NUM].push(0);
	
	//Bone Student Center
	point = new GLatLng(40.51154381926958, -88.99255156517029);
    marker = new GMarker(point, {icon:homecomingLocationIcon});
	markerArray[SPECIAL_LOCATIONS_NUM].push(marker);
	infoHTML = {
		name: "Bone Student Center (BON)",
		abrv: "bsc",
		noParkOpts: true,
		html: "<div class='infoBox'><h2>Bone Student Center (BON)</h2><img src='/images/thumbs/bone_student_centerThumb.jpg'><p>Administration Building<br><a href=javascript:showMoreInformation('/locations/bone_student_center_bon.shtml?admin')>More Information</a></p></div>"
	}
	markerDataArray[SPECIAL_LOCATIONS_NUM].push(infoHTML);
	markerEnabledArray[SPECIAL_LOCATIONS_NUM].push(0);
	
	//Tent Zone
	point = new GLatLng(40.51470126810159, -88.99733126163483);
    marker = new GMarker(point, {icon:tzIcon});
	markerArray[SPECIAL_LOCATIONS_NUM].push(marker);
	infoHTML = {
		name: "Redbird Tent Zone",
		abrv: "rtz",
		noParkOpts: true,
		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[SPECIAL_LOCATIONS_NUM].push(infoHTML);
	markerEnabledArray[SPECIAL_LOCATIONS_NUM].push(0);

	//Hancock Stadium
	point = new GLatLng(40.512367657767555, -88.99663925170898);
    marker = new GMarker(point, {icon:homecomingLocationIcon})
	markerArray[SPECIAL_LOCATIONS_NUM].push(marker);
	infoHTML = {
		name: "Hancock Stadium",
		abrv: "han",
		noParkOpts: true,
		html: "<div class='infoBox'><h2>Hancock Stadium (HAN)</h2><img src='/images/thumbs/hancock_stadiumthumb.jpg'><p>Sports<br><a href=javascript:showMoreInformation('/locations/hancock_stadium.shtml')>More Information</a></div>"
	}
	markerDataArray[SPECIAL_LOCATIONS_NUM].push(infoHTML);
	markerEnabledArray[SPECIAL_LOCATIONS_NUM].push(0);
	
	//Marriott
	point = new GLatLng(40.50930880048901, -88.98697793483734);
    marker = new GMarker(point, {icon:homecomingLocationIcon})
	markerArray[SPECIAL_LOCATIONS_NUM].push(marker);
	infoHTML = {
		name: "Marriott Bloomington-Normal Hotel & Conference Center",
		abrv: "hotel",
		noParkOpts: true,
		evtHtml:"<div id='title'><a target='_blank' href='http://events.illinoisstate.edu/cal/event/eventView.do?subid=&calPath=%2Fpublic%2Fcals%2FMainCal&guid=CAL-0ad76b95-31be61d0-0131-bec9fe24-00000003Calendar@IllinoisState.edu&recurrenceId='>ISUBCA Weekend Kick-Off and Welcome Party</a></div><div style='margin: 0pt 0pt 5px;' id='description'>Sat, October 14, 2010 4:00 PM - 12:00 AM<br/> Marriott Bloomington-Normal Hotel &amp;Conference Center </div>",
		html: "<div class='infoBox'><h2>Marriott Bloomington-Normal Hotel & Conference Center</h2><img src='/images/thumbs/marriot-thumb.jpg'><p>Central Illinois' only official Four Diamond AAA rated hotel</p></div>"
	}
	markerDataArray[SPECIAL_LOCATIONS_NUM].push(infoHTML);
	markerEnabledArray[SPECIAL_LOCATIONS_NUM].push(0);
	
	//Horton Field House
	point = new GLatLng(40.51215965989399, -88.9981198310852);
    marker = new GMarker(point, {icon:homecomingLocationIcon})
	markerArray[SPECIAL_LOCATIONS_NUM].push(marker);
	infoHTML = {
		name: "Horton Field House (HTN)",
		abrv: "htn",
		noParkOpts: true,
		html: "<div class='infoBox'><h2>Horton Field House (HTN)</h2><img src='/images/thumbs/htnthumb.jpg'><p>Sports<br><a href=javascript:showMoreInformation('/locations/horton_field_house_htn.shtml')>More Information</a></div>"
	}
	markerDataArray[SPECIAL_LOCATIONS_NUM].push(infoHTML);
	markerEnabledArray[SPECIAL_LOCATIONS_NUM].push(0);
	
	//Redbird Arena
	point = new GLatLng(40.51085456047276, -88.99904251098633);
    marker = new GMarker(point, {icon:homecomingLocationIcon})
	markerArray[SPECIAL_LOCATIONS_NUM].push(marker);
	infoHTML = {
		name: "Redbird Arena (RBA)",
		abrv: "rba",
		noParkOpts: true,
		html: "<div class='infoBox'><h2>Redbird Arena (RBA)</h2><img src='/images/thumbs/rbathumb.jpg'><p>Sports<br><a href=javascript:showMoreInformation('/locations/redbird_arena_rba.shtml')>More Information</a></p></div>"
	}
	markerDataArray[SPECIAL_LOCATIONS_NUM].push(infoHTML);
	markerEnabledArray[SPECIAL_LOCATIONS_NUM].push(0);
	
	//Nursing Simulation Lab
	point = new GLatLng(40.513110735084666, -88.99165034294128);
    marker = new GMarker(point, {icon:homecomingLocationIcon});
	markerArray[SPECIAL_LOCATIONS_NUM].push(marker);
	infoHTML = {
		name: "Nursing Simulation Lab",
		abrv: "",
		noParkOpts: true,
		evtHtml:"<div id='title'><a target='_blank' href='http://events.illinoisstate.edu/cal/event/eventView.do?subid=&calPath=%2Fpublic%2Fcals%2FMainCal&guid=CAL-0ad76b95-31d81cf7-0131-d951771f-00001659Calendar@IllinoisState.edu&recurrenceId='>Donuts with Dean</a></div><div style='margin: 0pt 0pt 5px;' id='description'>Sat, October 15, 2010 9:00 AM<br/> Nursing Simulation Lab </div>",
		html: "<div class='infoBox'><h2>Nursing Simulation Lab</h2><img src='/images/thumbs/nsl.jpg' align='left'><p>Administration Building<br><a href=javascript:showMoreInformation('/locations/alumni_center.shtml')>More Information</a></p></div>"
	}
	markerDataArray[SPECIAL_LOCATIONS_NUM].push(infoHTML);
	markerEnabledArray[SPECIAL_LOCATIONS_NUM].push(0);
	
	//Student Fitness Center
	point = new GLatLng(40.50767001127303, -88.99395704269409);
    marker = new GMarker(point, {icon:homecomingLocationIcon});
	markerArray[SPECIAL_LOCATIONS_NUM].push(marker);
	infoHTML = {
		name: "Student Fitness Center and McCormick Hall",
		abrv: "SFCM",
		noParkOpts: true,
		html: "<div class='infoBox'><h2>Student Fitness Center and McCormick Hall</h2><img src='/images/thumbs/sfcmThumb.jpg' align='left'><p>Administration Building<br><a href=javascript:showMoreInformation('/locations/alumni_center.shtml')>More Information</a></p></div>"
	}
	markerDataArray[SPECIAL_LOCATIONS_NUM].push(infoHTML);
	markerEnabledArray[SPECIAL_LOCATIONS_NUM].push(0);
	
	//Ropp Agriculture Building
	point = new GLatLng(40.51360829049384, -88.99557709693909);
    marker = new GMarker(point, {icon:homecomingLocationIcon});
	markerArray[SPECIAL_LOCATIONS_NUM].push(marker);
	infoHTML = {
		name: "Ropp Agricultural Building",
		abrv: "ROB",
		noParkOpts: true,
		html: "<div class='infoBox'><h2>Ropp Agricultural Building</h2><img src='/images/thumbs/roppThumb.jpg' align='left'><p>Administration Building<br><a href=javascript:showMoreInformation('/locations/alumni_center.shtml')>More Information</a></p></div>"
	}
	markerDataArray[SPECIAL_LOCATIONS_NUM].push(infoHTML);
	markerEnabledArray[SPECIAL_LOCATIONS_NUM].push(0);


/*---------------------------------------------------------------------------------*/
/*                     Parade Start and Finish                                     */
/*---------------------------------------------------------------------------------*/
	var paradeInfoStart = "<div style='width:250px'><h3>Start of Homecoming Parade</h3><p>The parade is scheduled for Saturday, October 15 with step-off at 9:30 a.m. </p><a href=http://blogs.ilstu.edu/homecoming/homecoming-parade/ target='_blank'>More Information</a></div>"
	var paradeInfoFinish = "<div style='width:250px'><h3>End of Homecoming Parade</h3><p>The parade is scheduled for Saturday, October 15 with step-off at 9:30 a.m. </p><a href=http://blogs.ilstu.edu/homecoming/homecoming-parade/ target='_blank'>More Information</a></div>"
	
	//Parade Start
	point = new GLatLng(40.510927972989386, -88.9937424659729);
    marker = new GMarker(point, {icon:paradeIcon, clickable:true, title:"Parade Start" });
	markerArray[SPECIAL_LOCATIONS_NUM].push(marker);
	infoHTML = {
		name: "name",
		abrv: "paradeStartPoint",
		noTab: true,
		html: paradeInfoStart
	}
	markerDataArray[SPECIAL_LOCATIONS_NUM].push(infoHTML);
	markerEnabledArray[SPECIAL_LOCATIONS_NUM].push(0);
	
	//Parade Finish
	point = new GLatLng(40.512103377993064, -88.98972451686859);
    marker = new GMarker(point, {icon:paradeIcon, clickable:true, title:"Parade Finish" });
	markerArray[SPECIAL_LOCATIONS_NUM].push(marker);
	infoHTML = {
		name: "name",
		abrv: "paradeFinishPoint",
		noTab: true,
		html: paradeInfoFinish
	}
	markerDataArray[SPECIAL_LOCATIONS_NUM].push(infoHTML);
	markerEnabledArray[SPECIAL_LOCATIONS_NUM].push(0);
