markerArray[SPECIAL_LOCATIONS_NUM] = [];
markerDataArray[SPECIAL_LOCATIONS_NUM] = [];
markerEnabledArray[SPECIAL_LOCATIONS_NUM] = [];

clickable[SPECIAL_LOCATIONS_NUM] = true;

//Other Locations

var closureInfo = "<h3>Street and Parking Closures</h3><h4>Saturday, October 17</h4><div style='margin:15px 0 0 0; max-height:120px; width:300px; overflow:auto;'><h4>FOR 5K, 6:45 to 9 a.m.</h4>College Ave. from University St. to Fell Ave.<br />School St. from Beaufort St. to Locust St.<br />University St. from Locust St. to Dry Grove St.<br />Mulberry St. from School St. to Fell Ave.<br />Beaufort St. from School St. to Fell Ave.<br />Fell Ave. from Beaufort St. to Mulberry St.<br />Locust St. from School St. to University St.<br /><br />The College Ave. parking deck entrance and exit will be restricted during the parade<br /><br /><h4>FOR PARADE, 9 to 11 a.m.</h4>College Ave. from University St. to Linden St.<br />School St. from Locust St. to North St.<br />North St. from School St. to Broadway Ave.<br />Broadway Ave. from North St. to College Ave.<br />Linden St. from College Ave. to Mulberry St.<br />Mulberry St. from Linden St. to School St.<br />Locust St. from School St. to University St.<br />University St. from Locust St. to Dry Grove St.<br /></div>";

/*---------------------------------------------------------------------------------*/
/*                      Parade Float Staging                                       */
/*---------------------------------------------------------------------------------*/
    var parade01Point = new GLatLng(40.51140107394659, -88.99461150169373);
    var parade01Mark = new GMarker(parade01Point, {icon:paradeIcon, clickable:true, title:"Parade Float Staging" });
	markerArray[SPECIAL_LOCATIONS_NUM].push(parade01Mark);
	markerDataArray[SPECIAL_LOCATIONS_NUM].push(["parade01Mark", closureInfo,0]);
	markerEnabledArray[SPECIAL_LOCATIONS_NUM].push(0);

	var parade02Point = new GLatLng(40.51364417960618, -88.9939033985138);
    var parade02Mark = new GMarker(parade02Point, {icon:paradeIcon, clickable:true, title:"Parade Float Staging" });
	markerArray[SPECIAL_LOCATIONS_NUM].push(parade02Mark);
	markerDataArray[SPECIAL_LOCATIONS_NUM].push(["parade02Mark", closureInfo,0]);
	markerEnabledArray[SPECIAL_LOCATIONS_NUM].push(0);

	var parade03Point = new GLatLng(40.51329752272455, -88.9929324388504);
    var parade03Mark = new GMarker(parade03Point, {icon:paradeIcon, clickable:true, title:"Parade Float Staging" });
	markerArray[SPECIAL_LOCATIONS_NUM].push(parade03Mark);
	markerDataArray[SPECIAL_LOCATIONS_NUM].push(["parade03Mark", closureInfo,0]);
	markerEnabledArray[SPECIAL_LOCATIONS_NUM].push(0);

	var parade04Point = new GLatLng(40.513595239919766, -88.9918863773346);
    var parade04Mark = new GMarker(parade04Point, {icon:paradeIcon, clickable:true, title:"Parade Float Staging" });
	markerArray[SPECIAL_LOCATIONS_NUM].push(parade04Mark);
	markerDataArray[SPECIAL_LOCATIONS_NUM].push(["parade04Mark", closureInfo,0]);
	markerEnabledArray[SPECIAL_LOCATIONS_NUM].push(0);

	var parade05Point = new GLatLng(40.51345657728098, -88.99053454399109);
    var parade05Mark = new GMarker(parade05Point, {icon:paradeIcon, clickable:true, title:"Parade Float Staging" });
	markerArray[SPECIAL_LOCATIONS_NUM].push(parade05Mark);
	markerDataArray[SPECIAL_LOCATIONS_NUM].push(["parade05Mark", closureInfo,0]);
	markerEnabledArray[SPECIAL_LOCATIONS_NUM].push(0);

/*---------------------------------------------------------------------------------*/
/*                      Road Closed                                                */
/*---------------------------------------------------------------------------------*/
	
    var roadClosed01Point = new GLatLng(40.509027378610654, -88.99318993091583); //Metcalf
    var roadClosed01Mark = new GMarker(roadClosed01Point, {icon:roadClosedIcon, clickable:true, title:"Road Closed" });
	markerArray[SPECIAL_LOCATIONS_NUM].push(roadClosed01Mark);
	markerDataArray[SPECIAL_LOCATIONS_NUM].push(["roadClosed01Mark", closureInfo,0]);
	markerEnabledArray[SPECIAL_LOCATIONS_NUM].push(0);

	var roadClosed02Point = new GLatLng(40.51246961727385, -88.99332404136658); //Parking Deck North
    var roadClosed02Mark = new GMarker(roadClosed02Point, {icon:roadClosedIcon, clickable:true, title:"Road Closed" });
	markerArray[SPECIAL_LOCATIONS_NUM].push(roadClosed02Mark);
	markerDataArray[SPECIAL_LOCATIONS_NUM].push(["roadClosed02Mark", closureInfo,0]);
	markerEnabledArray[SPECIAL_LOCATIONS_NUM].push(0);

	var roadClosed03Point = new GLatLng(40.51298349082586, -88.99240136146545); //Bone Parking Lot
    var roadClosed03Mark = new GMarker(roadClosed03Point, {icon:roadClosedIcon, clickable:true, title:"Road Closed" });
	markerArray[SPECIAL_LOCATIONS_NUM].push(roadClosed03Mark);
	markerDataArray[SPECIAL_LOCATIONS_NUM].push(["roadClosed03Mark", closureInfo,0]);
	markerEnabledArray[SPECIAL_LOCATIONS_NUM].push(0);

	var roadClosed04Point = new GLatLng(40.51345249896372, -88.99145722389221); //Normal Ave
    var roadClosed04Mark = new GMarker(roadClosed04Point, {icon:roadClosedIcon, clickable:true, title:"Road Closed" });
	markerArray[SPECIAL_LOCATIONS_NUM].push(roadClosed04Mark);
	markerDataArray[SPECIAL_LOCATIONS_NUM].push(["roadClosed04Mark", closureInfo,0]);
	markerEnabledArray[SPECIAL_LOCATIONS_NUM].push(0);

	var roadClosed05Point = new GLatLng(40.512653143994505, -88.98963868618011); //School St.
    var roadClosed05Mark = new GMarker(roadClosed05Point, {icon:roadClosedIcon, clickable:true, title:"Road Closed" });
	markerArray[SPECIAL_LOCATIONS_NUM].push(roadClosed05Mark);
	markerDataArray[SPECIAL_LOCATIONS_NUM].push(["roadClosed05Mark", closureInfo,0]);
	markerEnabledArray[SPECIAL_LOCATIONS_NUM].push(0);

/*---------------------------------------------------------------------------------*/
/*                      Tailgate parking                                           */
/*---------------------------------------------------------------------------------*/

	var tailGateInfo = "<h2>Tailgate Parking</h2><div style='margin:15px 0 0 0; max-height:120px; width:300px; overflow:auto;'><a href='http://illinoisstatehomecoming.com/events/athletic-events/tailgating.shtml' target='_blank'>More Information</a></div>";

    var tailgate01Point = new GLatLng(40.51378692015417, -88.996102809906); //Vitro
    var tailgate01Mark = new GMarker(tailgate01Point, {icon:tailgatePayIcon, clickable:true, title:"Tailgate Parking" });
	markerArray[SPECIAL_LOCATIONS_NUM].push(tailgate01Mark);
	markerDataArray[SPECIAL_LOCATIONS_NUM].push(["tailgate01Mark", tailGateInfo]);
	markerEnabledArray[SPECIAL_LOCATIONS_NUM].push(0);

	var tailgate02Point = new GLatLng(40.51232687392163, -88.9957594871521); //Hancock E
    var tailgate02Mark = new GMarker(tailgate02Point, {icon:tailgatePayIcon, clickable:true, title:"Tailgate Parking" });
	markerArray[SPECIAL_LOCATIONS_NUM].push(tailgate02Mark);
	markerDataArray[SPECIAL_LOCATIONS_NUM].push(["tailgate02Mark", tailGateInfo]);
	markerEnabledArray[SPECIAL_LOCATIONS_NUM].push(0);

	var tailgate03Point = new GLatLng(40.51445167927482, -88.99991691112518); //Baseball Field S
    var tailgate03Mark = new GMarker(tailgate03Point, {icon:tailgateIcon, clickable:true, title:"Tailgate Parking" });
	markerArray[SPECIAL_LOCATIONS_NUM].push(tailgate03Mark);
	markerDataArray[SPECIAL_LOCATIONS_NUM].push(["tailgate03Mark", tailGateInfo]);
	markerEnabledArray[SPECIAL_LOCATIONS_NUM].push(0);

	var tailgate04Point = new GLatLng(40.511095190088426, -89.00050699710846); //Nelson Smith N
    var tailgate04Mark = new GMarker(tailgate04Point, {icon:tailgateIcon, clickable:true, title:"Tailgate Parking" });
	markerArray[SPECIAL_LOCATIONS_NUM].push(tailgate04Mark);
	markerDataArray[SPECIAL_LOCATIONS_NUM].push(["tailgate04Mark", tailGateInfo]);
	markerEnabledArray[SPECIAL_LOCATIONS_NUM].push(0);

	var tailgate05Point = new GLatLng(40.51054051713323, -88.99966478347778); //Nelson Smith E
    var tailgate05Mark = new GMarker(tailgate05Point, {icon:tailgateIcon, clickable:true, title:"Tailgate Parking" });
	markerArray[SPECIAL_LOCATIONS_NUM].push(tailgate05Mark);
	markerDataArray[SPECIAL_LOCATIONS_NUM].push(["tailgate05Mark", tailGateInfo]);
	markerEnabledArray[SPECIAL_LOCATIONS_NUM].push(0);

	var tailgate06Point = new GLatLng(40.515781177744415, -89.00095224380493); ////Baseball Field
    var tailgate06Mark = new GMarker(tailgate06Point, {icon:tailgateIcon, clickable:true, title:"Tailgate Parking" });
	markerArray[SPECIAL_LOCATIONS_NUM].push(tailgate06Mark);
	markerDataArray[SPECIAL_LOCATIONS_NUM].push(["tailgate06Mark", tailGateInfo]);
	markerEnabledArray[SPECIAL_LOCATIONS_NUM].push(0);

	var tailgate07Point = new GLatLng(40.510356984630505, -88.9957058429718); ////College & Suddith
    var tailgate07Mark = new GMarker(tailgate07Point, {icon:tailgateIcon, clickable:true, title:"Tailgate Parking" });
	markerArray[SPECIAL_LOCATIONS_NUM].push(tailgate07Mark);
	markerDataArray[SPECIAL_LOCATIONS_NUM].push(["tailgate07Mark", tailGateInfo]);
	markerEnabledArray[SPECIAL_LOCATIONS_NUM].push(0);

	var tailgate08Point = new GLatLng(40.511474485864944, -88.9945900440216); ////Student Services
    var tailgate08Mark = new GMarker(tailgate08Point, {icon:tailgateIcon, clickable:true, title:"Tailgate Parking" });
	markerArray[SPECIAL_LOCATIONS_NUM].push(tailgate08Mark);
	markerDataArray[SPECIAL_LOCATIONS_NUM].push(["tailgate08Mark", tailGateInfo]);
	markerEnabledArray[SPECIAL_LOCATIONS_NUM].push(0);

/*---------------------------------------------------------------------------------*/
/*                      Permit parking                                              */
/*---------------------------------------------------------------------------------*/

	var permitInfo = "<h2>Permit Parking</h2><div style='margin:15px 0 0 0; max-height:120px; width:300px; overflow:auto;'><a href='http://www.goredbirds.com/ot/ilsu-redbird-club-parking.html' target='_blank'>More Information</a></div>";

    var permit01Point = new GLatLng(40.5133831675326, -88.99926245212555); //Horton N
    var permit01Mark = new GMarker(permit01Point, {icon:permitIcon, clickable:true, title:"Permit Parking" });
	markerArray[SPECIAL_LOCATIONS_NUM].push(permit01Mark);
	markerDataArray[SPECIAL_LOCATIONS_NUM].push(["permit01Mark", permitInfo]);
	markerEnabledArray[SPECIAL_LOCATIONS_NUM].push(0);

	var permit02Point = new GLatLng(40.51091165910376, -88.9977765083313) ; //Turner
    var permit02Mark = new GMarker(permit02Point, {icon:permitIcon, clickable:true, title:"Permit Parking" });
	markerArray[SPECIAL_LOCATIONS_NUM].push(permit02Mark);
	markerDataArray[SPECIAL_LOCATIONS_NUM].push(["permit02Mark", permitInfo]);
	markerEnabledArray[SPECIAL_LOCATIONS_NUM].push(0);

/*---------------------------------------------------------------------------------*/
/*                      Icons                                                      */
/*---------------------------------------------------------------------------------*/

var raceInfo = "<div style='width:250px'><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></div>"

    var raceStartPoint = new GLatLng(40.50955759276028, -88.99323284626007);
    var raceStartMark = new GMarker(raceStartPoint, {icon:raceStartIcon, clickable:true, title:"Race Start" });
	markerArray[SPECIAL_LOCATIONS_NUM].push(raceStartMark);
	markerDataArray[SPECIAL_LOCATIONS_NUM].push(["raceStartMark", raceInfo,0]);
	markerEnabledArray[SPECIAL_LOCATIONS_NUM].push(0);

	var raceFinishPoint = new GLatLng(40.51085456047276, -88.99426281452179);
    var raceFinishMark = new GMarker(raceFinishPoint, {icon:raceFinishIcon, clickable:true, title:"Race End" });
	markerArray[SPECIAL_LOCATIONS_NUM].push(raceFinishMark);
	markerDataArray[SPECIAL_LOCATIONS_NUM].push(["raceFinishMark", raceInfo,0]);
	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>*/

/*---------------------------------------------------------------------------------*/
/*                      Locations                                                  */
/*---------------------------------------------------------------------------------*/

	//Alumni Center
	var alumniCenterPoint = new GLatLng(40.52499314378491, -88.99704158306122);
    var alumniCenterMark = new GMarker(alumniCenterPoint, {icon:defaultIcon});
	markerArray[SPECIAL_LOCATIONS_NUM].push(alumniCenterMark);
	markerDataArray[SPECIAL_LOCATIONS_NUM].push(["alumni_center", "<div class='infoBox'><h2>Alumni Center</h2><img src='/images/thumbs/alumni_center.jpg'><p>Stop by and visit our Homecoming welcome center.<br><a href=http://illinoisstatehomecoming.com/ target='_blank'>More Information</a></p></div>"]); 
	markerEnabledArray[SPECIAL_LOCATIONS_NUM].push(0);

	//Braden Auditorium marker
	var bradenPoint = new GLatLng(40.51183338741995, -88.9923906326294);
    var bradenMark = new GMarker(bradenPoint, {icon:defaultIcon});
	markerArray[SPECIAL_LOCATIONS_NUM].push(bradenMark);
	markerDataArray[SPECIAL_LOCATIONS_NUM].push(["braden_auditorium_bra", "<div class='infoBox'><h2>Bone Student Center</h2><img src='/images/thumbs/bone_student_center_food.jpg'><p>Homecoming Event Location<br><a href=http://illinoisstatehomecoming.com/ target='_blank'>More Information</a></p></div>"]);
	markerEnabledArray[SPECIAL_LOCATIONS_NUM].push(0);

	//Milner Marker
    var milnerPoint = new GLatLng(40.5114337014758, -88.99073839187622);
    var milnerMark = new GMarker(milnerPoint, {icon:defaultIcon});
	markerArray[SPECIAL_LOCATIONS_NUM].push(milnerMark);
	markerDataArray[SPECIAL_LOCATIONS_NUM].push(["milner_library_mlb", "<div class='infoBox'><h2>Milner Library (MLB)</h2><img src='/images/thumbs/mlb.jpg'><p>John Adams Exhibit<br><a href=http://www.mlb.ilstu.edu/johnadams/ target='_blank'>More Information</a></p></div>"]);
	markerEnabledArray[SPECIAL_LOCATIONS_NUM].push(0);

	//Edwards marker
	/*var edwardsPoint = new GLatLng(40.50978599140985, -88.9923906326294)
    var edwardsMark = new GMarker(edwardsPoint, {icon:defaultIcon});
	markerArray[SPECIAL_LOCATIONS_NUM].push(edwardsMark);
	markerDataArray[SPECIAL_LOCATIONS_NUM].push(["edwards_hall_edw", "<div class='infoBox'><h2>Edwards Hall (EDW)</h2><img src='/images/thumbs/edwThumb.jpg'><p>Homecoming Event Location<br><a href=http://illinoisstatehomecoming.com/ target='_blank'>More Information</a></p></div>"]);
	markerEnabledArray[SPECIAL_LOCATIONS_NUM].push(0);*/

	//COB marker
	var cobPoint = new GLatLng(40.50694726723469, -88.99196147918701)
    var cobMark = new GMarker(cobPoint, {icon:defaultIcon});
	markerArray[SPECIAL_LOCATIONS_NUM].push(cobMark);
	markerDataArray[SPECIAL_LOCATIONS_NUM].push(["college_of_business_building_cob", "<div class='infoBox'><h2>College of Business Building (COB)</h2><img src='/images/thumbs/cobThumb.jpg'><p>Homecoming Event Location<br><a href=http://illinoisstatehomecoming.com/ target='_blank'>More Information</a></p></div>"]);
	markerEnabledArray[SPECIAL_LOCATIONS_NUM].push(0);

	var tentZonePoint = new GLatLng(40.51461480934028, -88.99750292301178);
    var tentZoneMark = new GMarker(tentZonePoint, {icon:defaultIcon});
	markerArray[SPECIAL_LOCATIONS_NUM].push(tentZoneMark);
	markerDataArray[SPECIAL_LOCATIONS_NUM].push(["redbird_tent_zone", "<div class='infoBox'><h2>Redbird Tent Zone</h2><img src='/images/thumbs/redbird_tent_zone.jpg'><p>Tailgating begins at 11 a.m.  on Saturday, October 17 <br><a href=http://illinoisstatehomecoming.com/events/athletic-events/tailgating.shtml target='_blank'>More Information</a></p></div>"]);
	markerEnabledArray[SPECIAL_LOCATIONS_NUM].push(0);

	/*var sportsGolfPoint = new GLatLng(40.51755516071824, -89.00408506393433);
    var sportsGolfMark = new GMarker(sportsGolfPoint, {icon:defaultIcon})
	markerArray[SPECIAL_LOCATIONS_NUM].push(sportsGolfMark);
	markerDataArray[SPECIAL_LOCATIONS_NUM].push(["weibring_golf_club_gc", "<div class='infoBox'><h2>Weibring Golf Club</h2><img src='/images/thumbs/gcthumb.jpg'><p>Homecoming Event Location<br><a href=http://illinoisstatehomecoming.com/ target='_blank'>More Information</a></p></div>"]);
	markerEnabledArray[SPECIAL_LOCATIONS_NUM].push(0);*/

	var sportsFootballPoint = new GLatLng(40.512367657767555, -88.99663925170898);
    var sportsFootballMark = new GMarker(sportsFootballPoint, {icon:defaultIcon})
	markerArray[SPECIAL_LOCATIONS_NUM].push(sportsFootballMark);
	markerDataArray[SPECIAL_LOCATIONS_NUM].push(["hancock_stadium", "<div class='infoBox'><h2>Hancock Stadium</h2><img src='/images/thumbs/hancock_stadiumthumb.jpg'><p>Illinois State vs. Indiana State<br>2 p.m., Saturday, October 17 <br><a href=http://www.GoRedbirds.com target='_blank'>More Information</a></p></div>"]);
	markerEnabledArray[SPECIAL_LOCATIONS_NUM].push(0);

	var sportsSoccerPoint = new GLatLng(40.514875816619465, -89.0008020401001);
    var sportsSoccerMark = new GMarker(sportsSoccerPoint, {icon:defaultIcon})
	markerArray[SPECIAL_LOCATIONS_NUM].push(sportsSoccerMark);
	markerDataArray[SPECIAL_LOCATIONS_NUM].push(["adelaide_soccer_field", "<div class='infoBox'><h2>Adelaide Soccer Field</h2><img src='/images/thumbs/adelaide_soccer_fieldthumb.jpg'><p>Illinois State vs. Evansville<br>1 p.m., Sunday, October 18<br><a href=http://www.GoRedbirds.com target='_blank'>More Information</a></p></div>"]);
	markerEnabledArray[SPECIAL_LOCATIONS_NUM].push(0);
/*
	var hotelPoint = new GLatLng(40.50857873259441, -88.98653268814087);
    var hotelMark = new GMarker(hotelPoint, {icon:defaultIcon})
	markerArray[SPECIAL_LOCATIONS_NUM].push(hotelMark);
	markerDataArray[SPECIAL_LOCATIONS_NUM].push(["hotel", "<div class='infoBox'><h2>Marriot Hotel and Conference Center</h2>Uptown & Gown Gala, Sat., Oct. 17<br><a href=http://www.Alumni.ilstu.edu/gala target='_blank'>More Information</a></div>"]);
	markerEnabledArray[SPECIAL_LOCATIONS_NUM].push(0);
*/



/*<h2>SATURDAY, OCTOBER 17 STREET CLOSURES</h2><h3>FOR 5K, 6:45–9 a.m.</h3>College Ave. from University St. to Fell Ave.<br />School St. from Beaufort St. to Locust St.<br />University St. from Locust St. to Dry Grove St.<br />Mulberry St. from School St. to Fell Ave.<br />Beaufort St. from School St. to Fell Ave.<br />Fell Ave. from Beaufort St. to Mulberry St.<br />Locust St. from School St. to University St.<br />The College Ave. parking deck entrance and exit will be restricted during the parade<br /><h3>FOR PARADE, 9–11 a.m.</h3>College Ave. from University St. to Linden St.<br />School St. from Locust St. to North St.<br />North St. from School St. to Broadway Ave.<br />Broadway Ave. from North St. to College Ave.<br />Linden St. from College Ave. to Mulberry St.<br />Mulberry St. from Linden St. to School St.<br />Locust St. from School St. to University St.<br />University St. from Locust St. to Dry Grove St.<br />*/

/*<h2>SATURDAY, OCTOBER 17 STREET CLOSURES</h2>

<h3>FOR 5K, 6:45–9 a.m.</h3>
	
College Ave. from University St. to Fell Ave.<br />
School St. from Beaufort St. to Locust St.<br />
University St. from Locust St. to Dry Grove St.<br />
Mulberry St. from School St. to Fell Ave.<br />
Beaufort St. from School St. to Fell Ave.<br />
Fell Ave. from Beaufort St. to Mulberry St.<br />
Locust St. from School St. to University St.<br />
The College Ave. parking deck entrance and exit will be restricted during the parade<br />

<h3>FOR PARADE, 9–11 a.m.</h3>

College Ave. from University St. to Linden St.<br />
School St. from Locust St. to North St.<br />
North St. from School St. to Broadway Ave.<br />
Broadway Ave. from North St. to College Ave.<br />
Linden St. from College Ave. to Mulberry St.<br />
Mulberry St. from Linden St. to School St.<br />
Locust St. from School St. to University St.<br />
University St. from Locust St. to Dry Grove St.<br />*/