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.4419,-84.3621)};var g_17a698224c707ab169a21158ed620b62 = new google.maps.Geocoder();g_17a698224c707ab169a21158ed620b62.geocode( { 'address': "108 S Main St, Monroe, OH 45050, USA"}, function(results, status) {if (status == google.maps.GeocoderStatus.OK) {$i++;if ($i == 1){document.getElementById('monroe-OH-first-financial-bank').style.display = '';map = new google.maps.Map(document.getElementById('monroe-OH-first-financial-bank'), mapOptions);}document.getElementById('fdf0098c').innerHTML += ' | View Map';var $l17a698224c707ab169a21158ed620b62 = '

First Financial Bank

Address: 108 S Main St, Monroe, OH 45050, USA
Phone: (513) 360-2300
';var m_17a698224c707ab169a21158ed620b62 = new google.maps.Marker({position: results[0].geometry.location,map: map,title: 'First Financial Bank',});m_17a698224c707ab169a21158ed620b62['infowindow'] = new google.maps.InfoWindow({content: $l17a698224c707ab169a21158ed620b62});var infowindow = new google.maps.InfoWindow({content: $l17a698224c707ab169a21158ed620b62});google.maps.event.addListener(m_17a698224c707ab169a21158ed620b62, 'click', function() {infowindow.open(map,m_17a698224c707ab169a21158ed620b62);});$marker.push(m_17a698224c707ab169a21158ed620b62);}});}google.maps.event.addDomListener(window, 'load', initialize);