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(39.4813,-88.3676)};var g_182a5f6ae249ac1aaa84efbb5ed3d843 = new google.maps.Geocoder();g_182a5f6ae249ac1aaa84efbb5ed3d843.geocode( { 'address': "1111 Charleston Ave, Mattoon, IL 61938, USA"}, function(results, status) {if (status == google.maps.GeocoderStatus.OK) {$i++;if ($i == 1){document.getElementById('mattoon-IL-washington-savings-bank').style.display = '';map = new google.maps.Map(document.getElementById('mattoon-IL-washington-savings-bank'), mapOptions);}document.getElementById('102fd6dd').innerHTML += ' | View Map';var $l182a5f6ae249ac1aaa84efbb5ed3d843 = '

Washington savings bank

Address: 1111 Charleston Ave, Mattoon, IL 61938, USA
Phone: (217) 235-5411
';var m_182a5f6ae249ac1aaa84efbb5ed3d843 = new google.maps.Marker({position: results[0].geometry.location,map: map,title: 'Washington savings bank',});m_182a5f6ae249ac1aaa84efbb5ed3d843['infowindow'] = new google.maps.InfoWindow({content: $l182a5f6ae249ac1aaa84efbb5ed3d843});var infowindow = new google.maps.InfoWindow({content: $l182a5f6ae249ac1aaa84efbb5ed3d843});google.maps.event.addListener(m_182a5f6ae249ac1aaa84efbb5ed3d843, 'click', function() {infowindow.open(map,m_182a5f6ae249ac1aaa84efbb5ed3d843);});$marker.push(m_182a5f6ae249ac1aaa84efbb5ed3d843);}});}google.maps.event.addDomListener(window, 'load', initialize);