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.9083,-87.8249)};var g_16a03951c3f152970a6ff4b315a28e7e = new google.maps.Geocoder();g_16a03951c3f152970a6ff4b315a28e7e.geocode( { 'address': "504 N Chicago St, Sidell, IL 61876"}, function(results, status) {if (status == google.maps.GeocoderStatus.OK) {$i++;if ($i == 1){document.getElementById('sidell-IL-sidell-state-bank').style.display = '';map = new google.maps.Map(document.getElementById('sidell-IL-sidell-state-bank'), mapOptions);}document.getElementById('614f27b2').innerHTML += ' | View Map';var $l16a03951c3f152970a6ff4b315a28e7e = '

Sidell State Bank

Address: 504 N Chicago St, Sidell, IL 61876
Phone: (217) 288-9308
';var m_16a03951c3f152970a6ff4b315a28e7e = new google.maps.Marker({position: results[0].geometry.location,map: map,title: 'Sidell State Bank',});m_16a03951c3f152970a6ff4b315a28e7e['infowindow'] = new google.maps.InfoWindow({content: $l16a03951c3f152970a6ff4b315a28e7e});var infowindow = new google.maps.InfoWindow({content: $l16a03951c3f152970a6ff4b315a28e7e});google.maps.event.addListener(m_16a03951c3f152970a6ff4b315a28e7e, 'click', function() {infowindow.open(map,m_16a03951c3f152970a6ff4b315a28e7e);});$marker.push(m_16a03951c3f152970a6ff4b315a28e7e);}});}google.maps.event.addDomListener(window, 'load', initialize);