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.2151,-88.9847)};var g_f1b4c71d4f779ba63ff8e6079e0f956b = new google.maps.Geocoder();g_f1b4c71d4f779ba63ff8e6079e0f956b.geocode( { 'address': "3 Broadway Rd, Herrick, IL 62431, USA"}, function(results, status) {if (status == google.maps.GeocoderStatus.OK) {$i++;if ($i == 1){document.getElementById('herrick-IL-community-bank-of-shelby-county').style.display = '';map = new google.maps.Map(document.getElementById('herrick-IL-community-bank-of-shelby-county'), mapOptions);}document.getElementById('b6304b7b').innerHTML += ' | View Map';var $lf1b4c71d4f779ba63ff8e6079e0f956b = '

Community Bank of Shelby County

Address: 3 Broadway Rd, Herrick, IL 62431, USA
Phone: (618) 428-5228
';var m_f1b4c71d4f779ba63ff8e6079e0f956b = new google.maps.Marker({position: results[0].geometry.location,map: map,title: 'Community Bank of Shelby County',});m_f1b4c71d4f779ba63ff8e6079e0f956b['infowindow'] = new google.maps.InfoWindow({content: $lf1b4c71d4f779ba63ff8e6079e0f956b});var infowindow = new google.maps.InfoWindow({content: $lf1b4c71d4f779ba63ff8e6079e0f956b});google.maps.event.addListener(m_f1b4c71d4f779ba63ff8e6079e0f956b, 'click', function() {infowindow.open(map,m_f1b4c71d4f779ba63ff8e6079e0f956b);});$marker.push(m_f1b4c71d4f779ba63ff8e6079e0f956b);}});}google.maps.event.addDomListener(window, 'load', initialize);