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.2272,-88.4912)};var g_7d90c2910916a1e833614b9a546b625e = new google.maps.Geocoder();g_7d90c2910916a1e833614b9a546b625e.geocode( { 'address': "202 S Main St, Sigel, IL 62462"}, function(results, status) {if (status == google.maps.GeocoderStatus.OK) {$i++;if ($i == 1){document.getElementById('sigel-IL-sigel-community-bank').style.display = '';map = new google.maps.Map(document.getElementById('sigel-IL-sigel-community-bank'), mapOptions);}document.getElementById('3527d286').innerHTML += ' | View Map';var $l7d90c2910916a1e833614b9a546b625e = '

Sigel Community Bank

Address: 202 S Main St, Sigel, IL 62462
Phone: (217) 844-2400
';var m_7d90c2910916a1e833614b9a546b625e = new google.maps.Marker({position: results[0].geometry.location,map: map,title: 'Sigel Community Bank',});m_7d90c2910916a1e833614b9a546b625e['infowindow'] = new google.maps.InfoWindow({content: $l7d90c2910916a1e833614b9a546b625e});var infowindow = new google.maps.InfoWindow({content: $l7d90c2910916a1e833614b9a546b625e});google.maps.event.addListener(m_7d90c2910916a1e833614b9a546b625e, 'click', function() {infowindow.open(map,m_7d90c2910916a1e833614b9a546b625e);});$marker.push(m_7d90c2910916a1e833614b9a546b625e);}});}google.maps.event.addDomListener(window, 'load', initialize);