/******************************************************
West Humboldt Park Development Council
	consists of sub neighborhoods:
	- West Humboldt Park

*******************************************************/

var MapPolygons = MapPolygons || { items: [] };

MapPolygons.items.push({
	points: [
		new google.maps.LatLng(41.90971891783372,-87.7461290359497),
		new google.maps.LatLng(41.91016604160675,-87.70694732666016),
		new google.maps.LatLng(41.88818939724973,-87.70626068115234),
		new google.maps.LatLng(41.887806016578566,-87.74565696716309),
		new google.maps.LatLng(41.90971891783372,-87.7461290359497)
	],
	name: "West Humboldt Park",
	color: "#fe650b"
});
