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_9d0dd684410713612b1f897ea8836aaa = new google.maps.Geocoder();g_9d0dd684410713612b1f897ea8836aaa.geocode( { 'address': "2825 Plaza Dr, Peru, IL 61354"}, function(results, status) {if (status == google.maps.GeocoderStatus.OK) {$i++;if ($i == 1){document.getElementById('peru-IL-midland-states-bank').style.display = '';map = new google.maps.Map(document.getElementById('peru-IL-midland-states-bank'), mapOptions);}document.getElementById('59d1089b').innerHTML += ' | View Map';var $l9d0dd684410713612b1f897ea8836aaa = '

Midland States Bank

Address: 2825 Plaza Dr, Peru, IL 61354
Phone: (815) 220-7130
';var m_9d0dd684410713612b1f897ea8836aaa = new google.maps.Marker({position: results[0].geometry.location,map: map,title: 'Midland States Bank',});m_9d0dd684410713612b1f897ea8836aaa['infowindow'] = new google.maps.InfoWindow({content: $l9d0dd684410713612b1f897ea8836aaa});var infowindow = new google.maps.InfoWindow({content: $l9d0dd684410713612b1f897ea8836aaa});google.maps.event.addListener(m_9d0dd684410713612b1f897ea8836aaa, 'click', function() {infowindow.open(map,m_9d0dd684410713612b1f897ea8836aaa);});$marker.push(m_9d0dd684410713612b1f897ea8836aaa);}});}google.maps.event.addDomListener(window, 'load', initialize);