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.7602,-84.1945)};var g_fe9592afe24c33559773fd2f6e46c2fb = new google.maps.Geocoder();g_fe9592afe24c33559773fd2f6e46c2fb.geocode( { 'address': "120 W 2nd St, Dayton, OH 45402, USA"}, function(results, status) {if (status == google.maps.GeocoderStatus.OK) {$i++;if ($i == 1){document.getElementById('dayton-OH-first-financial-bank').style.display = '';map = new google.maps.Map(document.getElementById('dayton-OH-first-financial-bank'), mapOptions);}document.getElementById('07a27032').innerHTML += ' | View Map';var $lfe9592afe24c33559773fd2f6e46c2fb = '

First Financial Bank

Address: 120 W 2nd St, Dayton, OH 45402, USA
Phone: (937) 535-3700
';var m_fe9592afe24c33559773fd2f6e46c2fb = new google.maps.Marker({position: results[0].geometry.location,map: map,title: 'First Financial Bank',});m_fe9592afe24c33559773fd2f6e46c2fb['infowindow'] = new google.maps.InfoWindow({content: $lfe9592afe24c33559773fd2f6e46c2fb});var infowindow = new google.maps.InfoWindow({content: $lfe9592afe24c33559773fd2f6e46c2fb});google.maps.event.addListener(m_fe9592afe24c33559773fd2f6e46c2fb, 'click', function() {infowindow.open(map,m_fe9592afe24c33559773fd2f6e46c2fb);});$marker.push(m_fe9592afe24c33559773fd2f6e46c2fb);}});}google.maps.event.addDomListener(window, 'load', initialize);