		//Sample Polyline
		countyLine = new GPolyline([
    		new GLatLng(33.561495, -89.088736),	//NW corner
			new GLatLng(33.285553, -89.088478),	//SW corner
    		new GLatLng(33.285553, -88.672113),	//SE corner
    		new GLatLng(33.564356, -88.672113),	//NE corner
			new GLatLng(33.564356, -88.984365),
			new GLatLng(33.562067, -89.001703),
			new GLatLng(33.561495, -89.088736)	//NW corner
			], "#FF0000", 5);
		//map.addOverlay(countyLine);
		
		//Palmeiro A (red)
		palmeiro = new GPolygon([
    		new GLatLng(33.462424570384385, -88.79546284675598),
			new GLatLng(33.46229478795237, -88.79612803459167),
    		new GLatLng(33.461283373376524, -88.7958973646164),
    		new GLatLng(33.461399731406274, -88.79521071910858),
			new GLatLng(33.462424570384385, -88.79546284675598)
			], "#FF0000", 5, .5, "#FF0000", .5);
		//map.addOverlay(palmeiro);
		
		//Palmeiro A label
		var icon = new GIcon();
		icon.image = '../includes/transparent-icon.gif';
		icon.iconSize = new GSize(32, 32);
		icon.iconAnchor = new GPoint(16, 16);
		icon.infoWindowAnchor = new GPoint(25, 7);

		var latlng = new GLatLng(33.461941, -88.795677);
		
		opts = { 
  		"icon": icon,
		"clickable": false,
  		"labelText": "A",
		"labelClass": "lotLabel",
  		"labelOffset": new GSize(-6, -10)
		};
		
		palmeiroLabel = new LabeledMarker(latlng, opts);
		//map.addOverlay(palmeiroLabel);
		
		//Coliseum A (red)
		coliseum_a = new GPolygon([
    		new GLatLng(33.461668249340434, -88.79288792610168),
			new GLatLng(33.46165929875604, -88.79330098628998),
			new GLatLng(33.460947724338716, -88.79336535930633),
			new GLatLng(33.46094324900943, -88.79293084144592),
			new GLatLng(33.461668249340434, -88.79288792610168)
			], "#FF0000", 5, .5, "#FF0000", .5);
		//map.addOverlay(coliseum_a);
		
		//Coliseum A label
		var icon = new GIcon();
		icon.image = '../includes/transparent-icon.gif';
		icon.iconSize = new GSize(32, 32);
		icon.iconAnchor = new GPoint(16, 16);
		icon.infoWindowAnchor = new GPoint(25, 7);

		var latlng = new GLatLng(33.461337, -88.793113);
		
		opts = { 
  		"icon": icon,
		"clickable": false,
  		"labelText": "A",
		"labelClass": "lotLabel",
  		"labelOffset": new GSize(-6, -10)
		};
		
		coliseum_aLabel = new LabeledMarker(latlng, opts);
		//map.addOverlay(coliseum_aLabel);
		
		//RV (green)
		rv = new GPolygon([
    		new GLatLng(33.46246484765138, -88.79179358482361),
			new GLatLng(33.462455897149205, -88.79213690757751),
			new GLatLng(33.461704051668825, -88.7922066450119),
			new GLatLng(33.46151161397992, -88.79185795783996),
			new GLatLng(33.46246484765138, -88.79179358482361)
			], "#008000", 5, .5, "#008000", .25);
		//map.addOverlay(rv);
		
		//RV label
		var icon = new GIcon();
		icon.image = '../includes/transparent-icon.gif';
		icon.iconSize = new GSize(32, 32);
		icon.iconAnchor = new GPoint(16, 16);
		icon.infoWindowAnchor = new GPoint(25, 7);

		var latlng = new GLatLng(33.462075, -88.791997);
		
		opts = { 
  		"icon": icon,
		"clickable": false,
  		"labelText": "RV",
		"labelClass": "lotLabel",
  		"labelOffset": new GSize(-6, -10)
		};
		
		rvLabel = new LabeledMarker(latlng, opts);
		//map.addOverlay(rvLabel);
		
		//Palmeiro Handicapped (blue)
		palmeiro_h = new GPolygon([
    		new GLatLng(33.462339540537066, -88.79521608352661),
			new GLatLng(33.462344015794265, -88.79529118537903),
			new GLatLng(33.462272411651334, -88.79529118537903),
			new GLatLng(33.462115777382444, -88.79524827003479),
			new GLatLng(33.4619770439365, -88.7951409816742),
			new GLatLng(33.46159664463931, -88.79497468471527),
			new GLatLng(33.46129232399974, -88.79492104053497),
			new GLatLng(33.46103723087586, -88.7948352098465),
			new GLatLng(33.461050656848464, -88.79476547241211),
			new GLatLng(33.461216243672936, -88.79482448101043),
			new GLatLng(33.46125204618798, -88.79477083683014),
			new GLatLng(33.46163692229097, -88.79482448101043),
			new GLatLng(33.461632446997264, -88.79491031169891),
			new GLatLng(33.46195019227616, -88.79503905773163),
			new GLatLng(33.46210235157479, -88.79515707492828),
			new GLatLng(33.46222765903195, -88.79521071910858),
			new GLatLng(33.462339540537066, -88.79521608352661)
			], "#0000FF", 5, .5, "#0000FF", .25);
		//map.addOverlay(palmeiro_h);
		
		//Palmeiro Handicapped label
		var icon = new GIcon();
		icon.image = '../includes/transparent-icon.gif';
		icon.iconSize = new GSize(32, 32);
		icon.iconAnchor = new GPoint(16, 16);
		icon.infoWindowAnchor = new GPoint(25, 7);

		var latlng = new GLatLng(33.461467, -88.794862);
		
		opts = { 
  		"icon": icon,
		"clickable": false,
  		"labelText": "H",
		"labelClass": "lotLabel",
  		"labelOffset": new GSize(-6, -10)
		};
		
		palmeiro_hLabel = new LabeledMarker(latlng, opts);
		//map.addOverlay(palmeiro_hLabel);
		
		//Coliseum Handicapped (blue)
		coliseum_h = new GPolygon([
    		new GLatLng(33.462411144624575, -88.79258751869201),
			new GLatLng(33.462370867332616, -88.7930166721344),
			new GLatLng(33.461811458565236, -88.79305958747864),
			new GLatLng(33.461793557425075, -88.79263579845428),
			new GLatLng(33.462411144624575, -88.79258751869201)
			], "#0000FF", 5, .5, "#0000FF", .25);
		//map.addOverlay(coliseum_h);
		
		//Coliseum Handicapped label
		var icon = new GIcon();
		icon.image = '../includes/transparent-icon.gif';
		icon.iconSize = new GSize(32, 32);
		icon.iconAnchor = new GPoint(16, 16);
		icon.infoWindowAnchor = new GPoint(25, 7);

		var latlng = new GLatLng(33.462129, -88.792824);
		
		opts = { 
  		"icon": icon,
		"clickable": false,
  		"labelText": "H",
		"labelClass": "lotLabel",
  		"labelOffset": new GSize(-6, -10)
		};
		
		coliseum_hLabel = new LabeledMarker(latlng, opts);
		//map.addOverlay(coliseum_hLabel);
		
		//Memorial Handicapped (blue)
		memorial_h = new GPolygon([
    		new GLatLng(33.45848178289746, -88.79249095916748),
			new GLatLng(33.45849073380993, -88.79268407821655),
			new GLatLng(33.45784179026127, -88.79277527332306),
			new GLatLng(33.45780151084643, -88.79258215427398),
			new GLatLng(33.45848178289746, -88.79249095916748)
			], "#0000FF", 5, .5, "#0000FF", .25);
		//map.addOverlay(memorial_h);
		
		//Memorial Handicapped label
		var icon = new GIcon();
		icon.image = '../includes/transparent-icon.gif';
		icon.iconSize = new GSize(32, 32);
		icon.iconAnchor = new GPoint(16, 16);
		icon.infoWindowAnchor = new GPoint(25, 7);

		var latlng = new GLatLng(33.458164, -88.792641);
		
		opts = { 
  		"icon": icon,
		"clickable": false,
  		"labelText": "H",
		"labelClass": "lotLabel",
  		"labelOffset": new GSize(-6, -10)
		};
		
		memorial_hLabel = new LabeledMarker(latlng, opts);
		//map.addOverlay(memorial_hLabel);
		
		//Lloyd-Ricks Handicapped (blue)
		lr_h = new GPolygon([
    		new GLatLng(33.45443140019507, -88.79244804382324),
			new GLatLng(33.45474469621618, -88.79322588443756),
			new GLatLng(33.45438216786027, -88.79339754581451),
			new GLatLng(33.454082297581, -88.7926197052002),
			new GLatLng(33.45443140019507, -88.79244804382324)
			], "#0000FF", 5, .5, "#0000FF", .25);
		//map.addOverlay(lr_h);
		
		//Lloyd-Ricks Handicapped label
		var icon = new GIcon();
		icon.image = '../includes/transparent-icon.gif';
		icon.iconSize = new GSize(32, 32);
		icon.iconAnchor = new GPoint(16, 16);
		icon.infoWindowAnchor = new GPoint(25, 7);

		var latlng = new GLatLng(33.454422, -88.792931);
		
		opts = { 
  		"icon": icon,
		"clickable": false,
  		"labelText": "H",
		"labelClass": "lotLabel",
  		"labelOffset": new GSize(-6, -10)
		};
		
		lr_hLabel = new LabeledMarker(latlng, opts);
		//map.addOverlay(lr_hLabel);
		
		//Hunter Henry No Access (orange)
		hh_na = new GPolygon([
    		new GLatLng(33.4589114256533, -88.79650354385376),
			new GLatLng(33.45927841048791, -88.79703462123871),
			new GLatLng(33.45988258945367, -88.79662692546844),
			new GLatLng(33.46003475238129, -88.79705607891083),
			new GLatLng(33.459273935072474, -88.79756569862366),
			new GLatLng(33.45889799934941, -88.79664838314056),
			new GLatLng(33.4589114256533, -88.79650354385376)
			], "#FF7F00", 5, .5, "#FF7F00", .25);
		//map.addOverlay(hh_na);
		
		//Hunter Henry No Access label
		var icon = new GIcon();
		icon.image = '../includes/transparent-icon.gif';
		icon.iconSize = new GSize(32, 32);
		icon.iconAnchor = new GPoint(16, 16);
		icon.infoWindowAnchor = new GPoint(25, 7);

		var latlng = new GLatLng(33.459677, -88.797061);
		
		opts = { 
  		"icon": icon,
		"clickable": false,
  		"labelText": "NA",
		"labelClass": "lotLabel",
  		"labelOffset": new GSize(-6, -10)
		};
		
		hh_naLabel = new LabeledMarker(latlng, opts);
		//map.addOverlay(hh_naLabel);
		
		//North Stadium No Access (orange)
		stadium_na = new GPolygon([
    		new GLatLng(33.4572510236349, -88.79282891750335),
			new GLatLng(33.45782836379176, -88.79399299621582),
			new GLatLng(33.457443470780994, -88.79405736923218),
			new GLatLng(33.45736291156253, -88.79384815692901),
			new GLatLng(33.45740766669314, -88.79358530044555),
			new GLatLng(33.457327107441394, -88.79317224025726),
			new GLatLng(33.45715703766411, -88.7929254770279),
			new GLatLng(33.4572510236349, -88.79282891750335)
			], "#FF7F00", 5, .5, "#FF7F00", .25);
		//map.addOverlay(stadium_na);
		
		//North Stadium No Access label
		var icon = new GIcon();
		icon.image = '../includes/transparent-icon.gif';
		icon.iconSize = new GSize(32, 32);
		icon.iconAnchor = new GPoint(16, 16);
		icon.infoWindowAnchor = new GPoint(25, 7);

		var latlng = new GLatLng(33.457564, -88.793784);
		
		opts = { 
  		"icon": icon,
		"clickable": false,
  		"labelText": "NA",
		"labelClass": "lotLabel",
  		"labelOffset": new GSize(-6, -10)
		};
		
		stadium_naLabel = new LabeledMarker(latlng, opts);
		//map.addOverlay(stadium_naLabel);
		
		