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.7961,-88.2822)};var g_fe1af53ee47e534ba67bbc0dbb6c2f67 = new google.maps.Geocoder();g_fe1af53ee47e534ba67bbc0dbb6c2f67.geocode( { 'address': "801 S Main St, Tuscola, IL 61953"}, function(results, status) {if (status == google.maps.GeocoderStatus.OK) {$i++;if ($i == 1){document.getElementById('tuscola-IL-first-state-bank').style.display = '';map = new google.maps.Map(document.getElementById('tuscola-IL-first-state-bank'), mapOptions);}document.getElementById('f900a187').innerHTML += ' | View Map';var $lfe1af53ee47e534ba67bbc0dbb6c2f67 = '

First State Bank

Address: 801 S Main St, Tuscola, IL 61953
Phone: (217) 253-2265
';var m_fe1af53ee47e534ba67bbc0dbb6c2f67 = new google.maps.Marker({position: results[0].geometry.location,map: map,title: 'First State Bank',});m_fe1af53ee47e534ba67bbc0dbb6c2f67['infowindow'] = new google.maps.InfoWindow({content: $lfe1af53ee47e534ba67bbc0dbb6c2f67});var infowindow = new google.maps.InfoWindow({content: $lfe1af53ee47e534ba67bbc0dbb6c2f67});google.maps.event.addListener(m_fe1af53ee47e534ba67bbc0dbb6c2f67, 'click', function() {infowindow.open(map,m_fe1af53ee47e534ba67bbc0dbb6c2f67);});$marker.push(m_fe1af53ee47e534ba67bbc0dbb6c2f67);}});}google.maps.event.addDomListener(window, 'load', initialize);