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.2554,-84.7983)};var g_38b7be3db792aacc033cb3078a93b203 = new google.maps.Geocoder();g_38b7be3db792aacc033cb3078a93b203.geocode( { 'address': "1157 Harrison Ave, Harrison, OH 45030, USA"}, function(results, status) {if (status == google.maps.GeocoderStatus.OK) {$i++;if ($i == 1){document.getElementById('harrison-OH-merchants-bank--trust-co').style.display = '';map = new google.maps.Map(document.getElementById('harrison-OH-merchants-bank--trust-co'), mapOptions);}document.getElementById('59bee00b').innerHTML += ' | View Map';var $l38b7be3db792aacc033cb3078a93b203 = '

Merchants Bank & Trust Co

Address: 1157 Harrison Ave, Harrison, OH 45030, USA
Phone: (513) 367-5100
';var m_38b7be3db792aacc033cb3078a93b203 = new google.maps.Marker({position: results[0].geometry.location,map: map,title: 'Merchants Bank & Trust Co',});m_38b7be3db792aacc033cb3078a93b203['infowindow'] = new google.maps.InfoWindow({content: $l38b7be3db792aacc033cb3078a93b203});var infowindow = new google.maps.InfoWindow({content: $l38b7be3db792aacc033cb3078a93b203});google.maps.event.addListener(m_38b7be3db792aacc033cb3078a93b203, 'click', function() {infowindow.open(map,m_38b7be3db792aacc033cb3078a93b203);});$marker.push(m_38b7be3db792aacc033cb3078a93b203);}});}google.maps.event.addDomListener(window, 'load', initialize);