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.4682,-84.4571)};var g_5b32eb1adf7d661dfc01777ed24cc7ad = new google.maps.Geocoder();g_5b32eb1adf7d661dfc01777ed24cc7ad.geocode( { 'address': "125 E State St, Trenton, OH 45067"}, function(results, status) {if (status == google.maps.GeocoderStatus.OK) {$i++;if ($i == 1){document.getElementById('trenton-OH-first-financial-bank').style.display = '';map = new google.maps.Map(document.getElementById('trenton-OH-first-financial-bank'), mapOptions);}document.getElementById('b353b514').innerHTML += ' | View Map';var $l5b32eb1adf7d661dfc01777ed24cc7ad = '

First Financial Bank

Address: 125 E State St, Trenton, OH 45067
Phone: (513) 988-5579
';var m_5b32eb1adf7d661dfc01777ed24cc7ad = new google.maps.Marker({position: results[0].geometry.location,map: map,title: 'First Financial Bank',});m_5b32eb1adf7d661dfc01777ed24cc7ad['infowindow'] = new google.maps.InfoWindow({content: $l5b32eb1adf7d661dfc01777ed24cc7ad});var infowindow = new google.maps.InfoWindow({content: $l5b32eb1adf7d661dfc01777ed24cc7ad});google.maps.event.addListener(m_5b32eb1adf7d661dfc01777ed24cc7ad, 'click', function() {infowindow.open(map,m_5b32eb1adf7d661dfc01777ed24cc7ad);});$marker.push(m_5b32eb1adf7d661dfc01777ed24cc7ad);}});}google.maps.event.addDomListener(window, 'load', initialize);