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.4415,-88.601)};var g_fc37033f20a23f1d2c5eec9a593418b3 = new google.maps.Geocoder();g_fc37033f20a23f1d2c5eec9a593418b3.geocode( { 'address': "1009 Maine St, Windsor, IL 61957"}, function(results, status) {if (status == google.maps.GeocoderStatus.OK) {$i++;if ($i == 1){document.getElementById('windsor-IL-shelby-county-state-bank').style.display = '';map = new google.maps.Map(document.getElementById('windsor-IL-shelby-county-state-bank'), mapOptions);}document.getElementById('f9a612eb').innerHTML += ' | View Map';var $lfc37033f20a23f1d2c5eec9a593418b3 = '

Shelby County State Bank

Address: 1009 Maine St, Windsor, IL 61957
Phone: (217) 459-2101
';var m_fc37033f20a23f1d2c5eec9a593418b3 = new google.maps.Marker({position: results[0].geometry.location,map: map,title: 'Shelby County State Bank',});m_fc37033f20a23f1d2c5eec9a593418b3['infowindow'] = new google.maps.InfoWindow({content: $lfc37033f20a23f1d2c5eec9a593418b3});var infowindow = new google.maps.InfoWindow({content: $lfc37033f20a23f1d2c5eec9a593418b3});google.maps.event.addListener(m_fc37033f20a23f1d2c5eec9a593418b3, 'click', function() {infowindow.open(map,m_fc37033f20a23f1d2c5eec9a593418b3);});$marker.push(m_fc37033f20a23f1d2c5eec9a593418b3);}});}google.maps.event.addDomListener(window, 'load', initialize);