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(41.3332,-89.1289)};var g_b4d8a29a319b7b4b902e6c4a33b57bef = new google.maps.Geocoder();g_b4d8a29a319b7b4b902e6c4a33b57bef.geocode( { 'address': "5307 State Route 251, Peru, IL 61354"}, function(results, status) {if (status == google.maps.GeocoderStatus.OK) {$i++;if ($i == 1){document.getElementById('peru-IL-woodforest-national-bank').style.display = '';map = new google.maps.Map(document.getElementById('peru-IL-woodforest-national-bank'), mapOptions);}document.getElementById('744d9e88').innerHTML += ' | View Map';var $lb4d8a29a319b7b4b902e6c4a33b57bef = '

Woodforest National Bank

Address: 5307 State Route 251, Peru, IL 61354
Phone: (815) 220-0088
';var m_b4d8a29a319b7b4b902e6c4a33b57bef = new google.maps.Marker({position: results[0].geometry.location,map: map,title: 'Woodforest National Bank',});m_b4d8a29a319b7b4b902e6c4a33b57bef['infowindow'] = new google.maps.InfoWindow({content: $lb4d8a29a319b7b4b902e6c4a33b57bef});var infowindow = new google.maps.InfoWindow({content: $lb4d8a29a319b7b4b902e6c4a33b57bef});google.maps.event.addListener(m_b4d8a29a319b7b4b902e6c4a33b57bef, 'click', function() {infowindow.open(map,m_b4d8a29a319b7b4b902e6c4a33b57bef);});$marker.push(m_b4d8a29a319b7b4b902e6c4a33b57bef);}});}google.maps.event.addDomListener(window, 'load', initialize);