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_8d7628dd7a710c8638dbd22d4421ee46 = new google.maps.Geocoder();g_8d7628dd7a710c8638dbd22d4421ee46.geocode( { 'address': "1600 38th St, Peru, IL 61354"}, function(results, status) {if (status == google.maps.GeocoderStatus.OK) {$i++;if ($i == 1){document.getElementById('peru-IL-first-federal-savings-bank').style.display = '';map = new google.maps.Map(document.getElementById('peru-IL-first-federal-savings-bank'), mapOptions);}document.getElementById('a3dcda83').innerHTML += ' | View Map';var $l8d7628dd7a710c8638dbd22d4421ee46 = '

First Federal Savings Bank

Address: 1600 38th St, Peru, IL 61354
Phone: (815) 224-3100
';var m_8d7628dd7a710c8638dbd22d4421ee46 = new google.maps.Marker({position: results[0].geometry.location,map: map,title: 'First Federal Savings Bank',});m_8d7628dd7a710c8638dbd22d4421ee46['infowindow'] = new google.maps.InfoWindow({content: $l8d7628dd7a710c8638dbd22d4421ee46});var infowindow = new google.maps.InfoWindow({content: $l8d7628dd7a710c8638dbd22d4421ee46});google.maps.event.addListener(m_8d7628dd7a710c8638dbd22d4421ee46, 'click', function() {infowindow.open(map,m_8d7628dd7a710c8638dbd22d4421ee46);});$marker.push(m_8d7628dd7a710c8638dbd22d4421ee46);}});}google.maps.event.addDomListener(window, 'load', initialize);