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.4833,-84.5532)};var g_145b4420c682b35ae43c40f203525b3b = new google.maps.Geocoder();g_145b4420c682b35ae43c40f203525b3b.geocode( { 'address': "200 N Main St, Seven Mile, OH 45062"}, function(results, status) {if (status == google.maps.GeocoderStatus.OK) {$i++;if ($i == 1){document.getElementById('seven-mile-OH-first-financial-bank').style.display = '';map = new google.maps.Map(document.getElementById('seven-mile-OH-first-financial-bank'), mapOptions);}document.getElementById('f0583f2b').innerHTML += ' | View Map';var $l145b4420c682b35ae43c40f203525b3b = '

First Financial Bank

Address: 200 N Main St, Seven Mile, OH 45062
Phone: (513) 868-5330
';var m_145b4420c682b35ae43c40f203525b3b = new google.maps.Marker({position: results[0].geometry.location,map: map,title: 'First Financial Bank',});m_145b4420c682b35ae43c40f203525b3b['infowindow'] = new google.maps.InfoWindow({content: $l145b4420c682b35ae43c40f203525b3b});var infowindow = new google.maps.InfoWindow({content: $l145b4420c682b35ae43c40f203525b3b});google.maps.event.addListener(m_145b4420c682b35ae43c40f203525b3b, 'click', function() {infowindow.open(map,m_145b4420c682b35ae43c40f203525b3b);});$marker.push(m_145b4420c682b35ae43c40f203525b3b);}});}google.maps.event.addDomListener(window, 'load', initialize);