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.716,-88.4726)};var g_1e578c9b962d357bb99c2ef3a5e4343e = new google.maps.Geocoder();g_1e578c9b962d357bb99c2ef3a5e4343e.geocode( { 'address': "201 S Vine St, Arthur, IL 61911, USA"}, 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('4053748b').innerHTML += ' | View Map';var $l1e578c9b962d357bb99c2ef3a5e4343e = '

Arthur Community Bank

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