var map;var $marker = [];function $setCursor($lat, $lng, $index){$marker[$index - 1]['infowindow'].open(map, $marker[$index - 1]);var $lat_lng = new google.maps.LatLng($lat, $lng);map.setCenter($lat_lng);map.setZoom(20);}function initialize(){var $i = 0;var mapOptions = {zoom: 10,center: new google.maps.LatLng(40.8812,-88.6396)};var g_945beadd1794ee1affd8a65dad8b844e = new google.maps.Geocoder();g_945beadd1794ee1affd8a65dad8b844e.geocode( { 'address': "901 W Howard St, Pontiac, IL 61764, USA"}, function(results, status) {if (status == google.maps.GeocoderStatus.OK) {$i++;if ($i == 1){document.getElementById('pontiac-IL-greater-livingston-county-economic-development-council').style.display = '';map = new google.maps.Map(document.getElementById('pontiac-IL-greater-livingston-county-economic-development-council'), mapOptions);}document.getElementById('d3d7604d').innerHTML += ' | View Map';var $l945beadd1794ee1affd8a65dad8b844e = '

Greater Livingston County Economic Development Council

Address: 901 W Howard St, Pontiac, IL 61764, USA
Phone: (815) 842-2900
';var m_945beadd1794ee1affd8a65dad8b844e = new google.maps.Marker({position: results[0].geometry.location,map: map,title: 'Greater Livingston County Economic Development Council',});m_945beadd1794ee1affd8a65dad8b844e['infowindow'] = new google.maps.InfoWindow({content: $l945beadd1794ee1affd8a65dad8b844e});var infowindow = new google.maps.InfoWindow({content: $l945beadd1794ee1affd8a65dad8b844e});google.maps.event.addListener(m_945beadd1794ee1affd8a65dad8b844e, 'click', function() {infowindow.open(map,m_945beadd1794ee1affd8a65dad8b844e);});$marker.push(m_945beadd1794ee1affd8a65dad8b844e);}});}google.maps.event.addDomListener(window, 'load', initialize);