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.2051,-83.6103)};var g_692fc0213745d3a625a94bc3ca8541fd = new google.maps.Geocoder();g_692fc0213745d3a625a94bc3ca8541fd.geocode( { 'address': "310 N High St, Hillsboro, OH 45133, USA"}, function(results, status) {if (status == google.maps.GeocoderStatus.OK) {$i++;if ($i == 1){document.getElementById('hillsboro-OH-first-financial-bank').style.display = '';map = new google.maps.Map(document.getElementById('hillsboro-OH-first-financial-bank'), mapOptions);}document.getElementById('5fff3829').innerHTML += ' | View Map';var $l692fc0213745d3a625a94bc3ca8541fd = '

First Financial Bank

Address: 310 N High St, Hillsboro, OH 45133, USA
Phone: (937) 393-4294
';var m_692fc0213745d3a625a94bc3ca8541fd = new google.maps.Marker({position: results[0].geometry.location,map: map,title: 'First Financial Bank',});m_692fc0213745d3a625a94bc3ca8541fd['infowindow'] = new google.maps.InfoWindow({content: $l692fc0213745d3a625a94bc3ca8541fd});var infowindow = new google.maps.InfoWindow({content: $l692fc0213745d3a625a94bc3ca8541fd});google.maps.event.addListener(m_692fc0213745d3a625a94bc3ca8541fd, 'click', function() {infowindow.open(map,m_692fc0213745d3a625a94bc3ca8541fd);});$marker.push(m_692fc0213745d3a625a94bc3ca8541fd);}});}google.maps.event.addDomListener(window, 'load', initialize);