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.4609,-87.6873)};var g_7c33ebcd1cd8a46827f716879fb51a31 = new google.maps.Geocoder();g_7c33ebcd1cd8a46827f716879fb51a31.geocode( { 'address': "511 Chicago Rd, Hoopeston, IL 60942, USA"}, function(results, status) {if (status == google.maps.GeocoderStatus.OK) {$i++;if ($i == 1){document.getElementById('hoopeston-IL-iroquois-federal-s--l-association').style.display = '';map = new google.maps.Map(document.getElementById('hoopeston-IL-iroquois-federal-s--l-association'), mapOptions);}document.getElementById('6a120066').innerHTML += ' | View Map';var $l7c33ebcd1cd8a46827f716879fb51a31 = '

Iroquois Federal S & L Association

Address: 511 Chicago Rd, Hoopeston, IL 60942, USA
Phone: (217) 283-5134
';var m_7c33ebcd1cd8a46827f716879fb51a31 = new google.maps.Marker({position: results[0].geometry.location,map: map,title: 'Iroquois Federal S & L Association',});m_7c33ebcd1cd8a46827f716879fb51a31['infowindow'] = new google.maps.InfoWindow({content: $l7c33ebcd1cd8a46827f716879fb51a31});var infowindow = new google.maps.InfoWindow({content: $l7c33ebcd1cd8a46827f716879fb51a31});google.maps.event.addListener(m_7c33ebcd1cd8a46827f716879fb51a31, 'click', function() {infowindow.open(map,m_7c33ebcd1cd8a46827f716879fb51a31);});$marker.push(m_7c33ebcd1cd8a46827f716879fb51a31);}});}google.maps.event.addDomListener(window, 'load', initialize);