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.254,-87.3886)};var g_3fa7e4ae0dcaf0cba59e1fa1ec36bf68 = new google.maps.Geocoder();g_3fa7e4ae0dcaf0cba59e1fa1ec36bf68.geocode( { 'address': "819 W Main St, Farmersburg, IN 47850, USA"}, function(results, status) {if (status == google.maps.GeocoderStatus.OK) {$i++;if ($i == 1){document.getElementById('farmersburg-IN-first-financial-bank-farmersburg').style.display = '';map = new google.maps.Map(document.getElementById('farmersburg-IN-first-financial-bank-farmersburg'), mapOptions);}document.getElementById('cc071f78').innerHTML += ' | View Map';var $l3fa7e4ae0dcaf0cba59e1fa1ec36bf68 = '

First Financial Bank Farmersburg

Address: 819 W Main St, Farmersburg, IN 47850, USA
Phone: (812) 696-2106
';var m_3fa7e4ae0dcaf0cba59e1fa1ec36bf68 = new google.maps.Marker({position: results[0].geometry.location,map: map,title: 'First Financial Bank Farmersburg',});m_3fa7e4ae0dcaf0cba59e1fa1ec36bf68['infowindow'] = new google.maps.InfoWindow({content: $l3fa7e4ae0dcaf0cba59e1fa1ec36bf68});var infowindow = new google.maps.InfoWindow({content: $l3fa7e4ae0dcaf0cba59e1fa1ec36bf68});google.maps.event.addListener(m_3fa7e4ae0dcaf0cba59e1fa1ec36bf68, 'click', function() {infowindow.open(map,m_3fa7e4ae0dcaf0cba59e1fa1ec36bf68);});$marker.push(m_3fa7e4ae0dcaf0cba59e1fa1ec36bf68);}});}google.maps.event.addDomListener(window, 'load', initialize);