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.1535,-89.493)};var g_9436b335b686475006768ebc333b080d = new google.maps.Geocoder();g_9436b335b686475006768ebc333b080d.geocode( { 'address': "807 S Main St, Hillsboro, IL 62049, USA"}, function(results, status) {if (status == google.maps.GeocoderStatus.OK) {$i++;if ($i == 1){document.getElementById('hillsboro-IL-first-community-bank-hillsboro').style.display = '';map = new google.maps.Map(document.getElementById('hillsboro-IL-first-community-bank-hillsboro'), mapOptions);}document.getElementById('0e8e5a7e').innerHTML += ' | View Map';var $l9436b335b686475006768ebc333b080d = '

First Community Bank-Hillsboro

Address: 807 S Main St, Hillsboro, IL 62049, USA
Phone: (217) 532-2030
';var m_9436b335b686475006768ebc333b080d = new google.maps.Marker({position: results[0].geometry.location,map: map,title: 'First Community Bank-Hillsboro',});m_9436b335b686475006768ebc333b080d['infowindow'] = new google.maps.InfoWindow({content: $l9436b335b686475006768ebc333b080d});var infowindow = new google.maps.InfoWindow({content: $l9436b335b686475006768ebc333b080d});google.maps.event.addListener(m_9436b335b686475006768ebc333b080d, 'click', function() {infowindow.open(map,m_9436b335b686475006768ebc333b080d);});$marker.push(m_9436b335b686475006768ebc333b080d);}});}google.maps.event.addDomListener(window, 'load', initialize);