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.6964,-89.632)};var g_5039c877840015a6f06d36be4b81dd3b = new google.maps.Geocoder();g_5039c877840015a6f06d36be4b81dd3b.geocode( { 'address': "2427 W Rohmann Ave, West Peoria, IL 61604, USA"}, function(results, status) {if (status == google.maps.GeocoderStatus.OK) {$i++;if ($i == 1){document.getElementById('west-peoria-IL-south-side-bank').style.display = '';map = new google.maps.Map(document.getElementById('west-peoria-IL-south-side-bank'), mapOptions);}document.getElementById('c1a69a5e').innerHTML += ' | View Map';var $l5039c877840015a6f06d36be4b81dd3b = '

South Side Bank

Address: 2427 W Rohmann Ave, West Peoria, IL 61604, USA
Phone: (309) 671-4833
';var m_5039c877840015a6f06d36be4b81dd3b = new google.maps.Marker({position: results[0].geometry.location,map: map,title: 'South Side Bank',});m_5039c877840015a6f06d36be4b81dd3b['infowindow'] = new google.maps.InfoWindow({content: $l5039c877840015a6f06d36be4b81dd3b});var infowindow = new google.maps.InfoWindow({content: $l5039c877840015a6f06d36be4b81dd3b});google.maps.event.addListener(m_5039c877840015a6f06d36be4b81dd3b, 'click', function() {infowindow.open(map,m_5039c877840015a6f06d36be4b81dd3b);});$marker.push(m_5039c877840015a6f06d36be4b81dd3b);}});}google.maps.event.addDomListener(window, 'load', initialize);