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.9572,-82.927)};var g_920530cb8744c679e3a2ece84f1d5ce4 = new google.maps.Geocoder();g_920530cb8744c679e3a2ece84f1d5ce4.geocode( { 'address': "2680 E Main St, Bexley, OH 43209, USA"}, function(results, status) {if (status == google.maps.GeocoderStatus.OK) {$i++;if ($i == 1){document.getElementById('bexley-OH-first-financial-bank').style.display = '';map = new google.maps.Map(document.getElementById('bexley-OH-first-financial-bank'), mapOptions);}document.getElementById('474901f1').innerHTML += ' | View Map';var $l920530cb8744c679e3a2ece84f1d5ce4 = '

First Financial Bank

Address: 2680 E Main St, Bexley, OH 43209, USA
Phone: (614) 237-8000
';var m_920530cb8744c679e3a2ece84f1d5ce4 = new google.maps.Marker({position: results[0].geometry.location,map: map,title: 'First Financial Bank',});m_920530cb8744c679e3a2ece84f1d5ce4['infowindow'] = new google.maps.InfoWindow({content: $l920530cb8744c679e3a2ece84f1d5ce4});var infowindow = new google.maps.InfoWindow({content: $l920530cb8744c679e3a2ece84f1d5ce4});google.maps.event.addListener(m_920530cb8744c679e3a2ece84f1d5ce4, 'click', function() {infowindow.open(map,m_920530cb8744c679e3a2ece84f1d5ce4);});$marker.push(m_920530cb8744c679e3a2ece84f1d5ce4);}});}google.maps.event.addDomListener(window, 'load', initialize);