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.6095,-84.1612)};var g_f617dda2f22b0a1bf68d95463c5a964b = new google.maps.Geocoder();g_f617dda2f22b0a1bf68d95463c5a964b.geocode( { 'address': "1015 S Main St, Centerville, OH 45458, USA"}, function(results, status) {if (status == google.maps.GeocoderStatus.OK) {$i++;if ($i == 1){document.getElementById('centerville-OH-first-financial-bank').style.display = '';map = new google.maps.Map(document.getElementById('centerville-OH-first-financial-bank'), mapOptions);}document.getElementById('d8cc0df2').innerHTML += ' | View Map';var $lf617dda2f22b0a1bf68d95463c5a964b = '

First Financial Bank

Address: 1015 S Main St, Centerville, OH 45458, USA
Phone: (937) 435-9100
';var m_f617dda2f22b0a1bf68d95463c5a964b = new google.maps.Marker({position: results[0].geometry.location,map: map,title: 'First Financial Bank',});m_f617dda2f22b0a1bf68d95463c5a964b['infowindow'] = new google.maps.InfoWindow({content: $lf617dda2f22b0a1bf68d95463c5a964b});var infowindow = new google.maps.InfoWindow({content: $lf617dda2f22b0a1bf68d95463c5a964b});google.maps.event.addListener(m_f617dda2f22b0a1bf68d95463c5a964b, 'click', function() {infowindow.open(map,m_f617dda2f22b0a1bf68d95463c5a964b);});$marker.push(m_f617dda2f22b0a1bf68d95463c5a964b);}});}google.maps.event.addDomListener(window, 'load', initialize);