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.7033,-88.3911)};var g_c692f04c9697bb4b14939a29499e997b = new google.maps.Geocoder();g_c692f04c9697bb4b14939a29499e997b.geocode( { 'address': "201 S Vine St, Arthur, IL 61911"}, function(results, status) {if (status == google.maps.GeocoderStatus.OK) {$i++;if ($i == 1){document.getElementById('arthur-IL-arthur-community-bank').style.display = '';map = new google.maps.Map(document.getElementById('arthur-IL-arthur-community-bank'), mapOptions);}document.getElementById('22310036').innerHTML += ' | View Map';var $lc692f04c9697bb4b14939a29499e997b = '

Arthur Community Bank

Address: 201 S Vine St, Arthur, IL 61911
Phone: (217) 543-3381
';var m_c692f04c9697bb4b14939a29499e997b = new google.maps.Marker({position: results[0].geometry.location,map: map,title: 'Arthur Community Bank',});m_c692f04c9697bb4b14939a29499e997b['infowindow'] = new google.maps.InfoWindow({content: $lc692f04c9697bb4b14939a29499e997b});var infowindow = new google.maps.InfoWindow({content: $lc692f04c9697bb4b14939a29499e997b});google.maps.event.addListener(m_c692f04c9697bb4b14939a29499e997b, 'click', function() {infowindow.open(map,m_c692f04c9697bb4b14939a29499e997b);});$marker.push(m_c692f04c9697bb4b14939a29499e997b);}});}google.maps.event.addDomListener(window, 'load', initialize);