
markerArray[OTHER_NC_NUM] = [];
markerDataArray[OTHER_NC_NUM] = [];
markerEnabledArray[OTHER_NC_NUM] = [];

clickable[OTHER_NC_NUM] = false;

////////////////////////////////////////////
//          BEGIN uLABS LOCS              //
////////////////////////////////////////////

	//Milner

	point = new GLatLng(40.51110334700942, -88.99101734161377);
    marker = new GMarker(point, {icon:uLab, title:"Milner Library uLab"});
    markerArray[OTHER_NC_NUM].push(marker);
	infoHTML = {
		name: "Milner Library uLab",
		id: "mil_ulab",
		abrv: "mil_ulab",
		html: "<h2>Milner Library uLab</h2>Room: 213B<br /><a href='http://ulabs.illinoisstate.edu/locations.phtml?loc=milner'>More Information</a>"
	}
	markerDataArray[OTHER_NC_NUM].push(infoHTML);
	markerEnabledArray[OTHER_NC_NUM].push(0);

	//Schroeder

	point = new GLatLng(40.51007964567342, -88.99224042892456);
    marker = new GMarker(point, {icon:uLab, title:"Schroeder uLab"});
    markerArray[OTHER_NC_NUM].push(marker);
	infoHTML = {
		name: "Schroeder uLab",
		id: "sch_ulab",
		abrv: "sch_ulab",
		html: "<h2>Schroeder uLab</h2>Room: 230<br /><a href='http://ulabs.illinoisstate.edu/locations.phtml?loc=schroeder'>More Information</a>"
	}
	markerDataArray[OTHER_NC_NUM].push(infoHTML);
	markerEnabledArray[OTHER_NC_NUM].push(0);

	//Stevenson

	point = new GLatLng(40.50802403882503, -88.98939192295074);
    marker = new GMarker(point, {icon:uLab, title:"Stevenson uLab"});
    markerArray[OTHER_NC_NUM].push(marker);
	infoHTML = {
		name: "Stevenson uLab",
		id: "stv_ulab",
		abrv: "stv_ulab",
		html: "<h2>Stevenson uLab</h2>Room: 250<br /><a href='http://ulabs.illinoisstate.edu/locations.phtml?loc=stevenson'>More Information</a>"
	}
	markerDataArray[OTHER_NC_NUM].push(infoHTML);
	markerEnabledArray[OTHER_NC_NUM].push(0);

	//Watterson Towers

	point = new GLatLng(40.50814639813913, -88.98828685283661);
    marker = new GMarker(point, {icon:uLab, title:"Watterson Towers uLab"});
    markerArray[OTHER_NC_NUM].push(marker);
	infoHTML = {
		name: "Watterson Towers uLab",
		id: "wat_ulab",
		abrv: "wat_ulab",
		html: "<h2>Watterson Towers uLab</h2>Room: 110<br /><a href='http://ulabs.illinoisstate.edu/locations.phtml?loc=whitten'>More Information</a>"
	}
	markerDataArray[OTHER_NC_NUM].push(infoHTML);
	markerEnabledArray[OTHER_NC_NUM].push(0);

	//Whitten Hall

	point = new GLatLng(40.50669438655144, -88.99428427219391);
    marker = new GMarker(point, {icon:uLab, title:"Whitten Hall uLab"});
    markerArray[OTHER_NC_NUM].push(marker);
	infoHTML = {
		name: "Whitten Hall uLab",
		id: "wht_ulab",
		abrv: "wht_ulab",
		html: "<h2>Whitten Hall uLab</h2>Room: 6<br /><a href='http://ulabs.illinoisstate.edu/locations.phtml?loc=whitten'>More Information</a>"
	}
	markerDataArray[OTHER_NC_NUM].push(infoHTML);
	markerEnabledArray[OTHER_NC_NUM].push(0);

	//Vrooman Center

	point = new GLatLng(40.51043039769187, -88.98828685283661);
    marker = new GMarker(point, {icon:uLab, title:"Vrooman Center uLab"});
    markerArray[OTHER_NC_NUM].push(marker);
	infoHTML = {
		name: "Vrooman Center uLab",
		id: "vrm_ulab",
		abrv: "vrm_ulab",
		html: "<h2>Vrooman Center uLab</h2>Room: 4<br /><a href='http://ulabs.illinoisstate.edu/locations.phtml?loc=whitten'>More Information</a>"
	}
	markerDataArray[OTHER_NC_NUM].push(infoHTML);
	markerEnabledArray[OTHER_NC_NUM].push(0);

////////////////////////////////////////////
//          BEGIN OTHER LOCS              //
////////////////////////////////////////////

	//Subway
    point = new GLatLng(40.508195341802264, -88.98816347122192);
    marker = new GMarker(point, {icon:foodIcon});
	markerArray[OTHER_NC_NUM].push(marker);
	infoHTML = {
		name: "Subway",
		id: "subway",
		abrv: "wtsw",
		html: "<div class='infoBox'><h2>Subway</h2><img src='/images/thumbs/watterson.jpg'><p>Places to Eat<br><a href=javascript:showMoreInformation('/locations/watterson.shtml')>More Information</a></p></div>"
	}
	markerDataArray[OTHER_NC_NUM].push(infoHTML);
	markerEnabledArray[OTHER_NC_NUM].push(0);
