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(41.5577,-89.4615)};var g_174eefc94e6e8ecad76f08f4955eeb12 = new google.maps.Geocoder();g_174eefc94e6e8ecad76f08f4955eeb12.geocode( { 'address': "113 N Main St, Ohio, IL 61349, USA"}, function(results, status) {if (status == google.maps.GeocoderStatus.OK) {$i++;if ($i == 1){document.getElementById('ohio-IL-citizens-first-state-bank').style.display = '';map = new google.maps.Map(document.getElementById('ohio-IL-citizens-first-state-bank'), mapOptions);}document.getElementById('90ad3af3').innerHTML += ' | View Map';var $l174eefc94e6e8ecad76f08f4955eeb12 = '

Citizens First State Bank

Address: 113 N Main St, Ohio, IL 61349, USA
Phone: (815) 376-4011
';var m_174eefc94e6e8ecad76f08f4955eeb12 = new google.maps.Marker({position: results[0].geometry.location,map: map,title: 'Citizens First State Bank',});m_174eefc94e6e8ecad76f08f4955eeb12['infowindow'] = new google.maps.InfoWindow({content: $l174eefc94e6e8ecad76f08f4955eeb12});var infowindow = new google.maps.InfoWindow({content: $l174eefc94e6e8ecad76f08f4955eeb12});google.maps.event.addListener(m_174eefc94e6e8ecad76f08f4955eeb12, 'click', function() {infowindow.open(map,m_174eefc94e6e8ecad76f08f4955eeb12);});$marker.push(m_174eefc94e6e8ecad76f08f4955eeb12);}});}google.maps.event.addDomListener(window, 'load', initialize);