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.2792,-87.1129)};var g_72f37cd29559efa24d379fb9e40293bb = new google.maps.Geocoder();g_72f37cd29559efa24d379fb9e40293bb.geocode( { 'address': "502 Main St, Clay City, IN 47841, USA"}, function(results, status) {if (status == google.maps.GeocoderStatus.OK) {$i++;if ($i == 1){document.getElementById('clay-city-IN-first-financial-bank-clay-city').style.display = '';map = new google.maps.Map(document.getElementById('clay-city-IN-first-financial-bank-clay-city'), mapOptions);}document.getElementById('52c2edef').innerHTML += ' | View Map';var $l72f37cd29559efa24d379fb9e40293bb = '

First Financial Bank Clay City

Address: 502 Main St, Clay City, IN 47841, USA
Phone: (812) 939-2145
';var m_72f37cd29559efa24d379fb9e40293bb = new google.maps.Marker({position: results[0].geometry.location,map: map,title: 'First Financial Bank Clay City',});m_72f37cd29559efa24d379fb9e40293bb['infowindow'] = new google.maps.InfoWindow({content: $l72f37cd29559efa24d379fb9e40293bb});var infowindow = new google.maps.InfoWindow({content: $l72f37cd29559efa24d379fb9e40293bb});google.maps.event.addListener(m_72f37cd29559efa24d379fb9e40293bb, 'click', function() {infowindow.open(map,m_72f37cd29559efa24d379fb9e40293bb);});$marker.push(m_72f37cd29559efa24d379fb9e40293bb);}});}google.maps.event.addDomListener(window, 'load', initialize);