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(41.3048,-82.9767)};var g_e924517087669cf201ea91bd737a4ff4 = new google.maps.Geocoder();g_e924517087669cf201ea91bd737a4ff4.geocode( { 'address': "137 W Buckeye St, Clyde, OH 43410, USA"}, function(results, status) {if (status == google.maps.GeocoderStatus.OK) {$i++;if ($i == 1){document.getElementById('clyde-OH-first-financial-bank').style.display = '';map = new google.maps.Map(document.getElementById('clyde-OH-first-financial-bank'), mapOptions);}document.getElementById('eeaac367').innerHTML += ' | View Map';var $le924517087669cf201ea91bd737a4ff4 = '

First Financial Bank

Address: 137 W Buckeye St, Clyde, OH 43410, USA
Phone: (419) 547-7733
';var m_e924517087669cf201ea91bd737a4ff4 = new google.maps.Marker({position: results[0].geometry.location,map: map,title: 'First Financial Bank',});m_e924517087669cf201ea91bd737a4ff4['infowindow'] = new google.maps.InfoWindow({content: $le924517087669cf201ea91bd737a4ff4});var infowindow = new google.maps.InfoWindow({content: $le924517087669cf201ea91bd737a4ff4});google.maps.event.addListener(m_e924517087669cf201ea91bd737a4ff4, 'click', function() {infowindow.open(map,m_e924517087669cf201ea91bd737a4ff4);});$marker.push(m_e924517087669cf201ea91bd737a4ff4);}});}google.maps.event.addDomListener(window, 'load', initialize);