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.6949,-89.4794)};var g_4dbcaa2ec7584229b0a4ce33008fc342 = new google.maps.Geocoder();g_4dbcaa2ec7584229b0a4ce33008fc342.geocode( { 'address': "2 Saint Clare CT, Washington, IL 61571"}, function(results, status) {if (status == google.maps.GeocoderStatus.OK) {$i++;if ($i == 1){document.getElementById('washington-IL-south-side-trust-savings-bnk').style.display = '';map = new google.maps.Map(document.getElementById('washington-IL-south-side-trust-savings-bnk'), mapOptions);}document.getElementById('84d5bef2').innerHTML += ' | View Map';var $l4dbcaa2ec7584229b0a4ce33008fc342 = '

South Side Trust & Savings Bnk

Address: 2 Saint Clare CT, Washington, IL 61571
Phone: (309) 444-8630
';var m_4dbcaa2ec7584229b0a4ce33008fc342 = new google.maps.Marker({position: results[0].geometry.location,map: map,title: 'South Side Trust & Savings Bnk',});m_4dbcaa2ec7584229b0a4ce33008fc342['infowindow'] = new google.maps.InfoWindow({content: $l4dbcaa2ec7584229b0a4ce33008fc342});var infowindow = new google.maps.InfoWindow({content: $l4dbcaa2ec7584229b0a4ce33008fc342});google.maps.event.addListener(m_4dbcaa2ec7584229b0a4ce33008fc342, 'click', function() {infowindow.open(map,m_4dbcaa2ec7584229b0a4ce33008fc342);});$marker.push(m_4dbcaa2ec7584229b0a4ce33008fc342);}});}google.maps.event.addDomListener(window, 'load', initialize);