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.192,-84.6601)};var g_7931d92ab94c23defc262039646e9529 = new google.maps.Geocoder();g_7931d92ab94c23defc262039646e9529.geocode( { 'address': "6507 Harrison Ave # M, Cincinnati, OH 45247, USA"}, function(results, status) {if (status == google.maps.GeocoderStatus.OK) {$i++;if ($i == 1){document.getElementById('cincinnati-OH-merchants-bank--trust-co').style.display = '';map = new google.maps.Map(document.getElementById('cincinnati-OH-merchants-bank--trust-co'), mapOptions);}document.getElementById('425bdf11').innerHTML += ' | View Map';var $l7931d92ab94c23defc262039646e9529 = '

Merchants Bank & Trust Co

Address: 6507 Harrison Ave # M, Cincinnati, OH 45247, USA
Phone: (513) 598-1232
';var m_7931d92ab94c23defc262039646e9529 = new google.maps.Marker({position: results[0].geometry.location,map: map,title: 'Merchants Bank & Trust Co',});m_7931d92ab94c23defc262039646e9529['infowindow'] = new google.maps.InfoWindow({content: $l7931d92ab94c23defc262039646e9529});var infowindow = new google.maps.InfoWindow({content: $l7931d92ab94c23defc262039646e9529});google.maps.event.addListener(m_7931d92ab94c23defc262039646e9529, 'click', function() {infowindow.open(map,m_7931d92ab94c23defc262039646e9529);});$marker.push(m_7931d92ab94c23defc262039646e9529);}});}google.maps.event.addDomListener(window, 'load', initialize);