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(38.8654,-83.9047)};var g_757eaa74c03af8ec29203a6a0c3457aa = new google.maps.Geocoder();g_757eaa74c03af8ec29203a6a0c3457aa.geocode( { 'address': "120 S Main St, Georgetown, OH 45121, USA"}, function(results, status) {if (status == google.maps.GeocoderStatus.OK) {$i++;if ($i == 1){document.getElementById('georgetown-OH-merchants-national-bank').style.display = '';map = new google.maps.Map(document.getElementById('georgetown-OH-merchants-national-bank'), mapOptions);}document.getElementById('5a9eba09').innerHTML += ' | View Map';var $l757eaa74c03af8ec29203a6a0c3457aa = '

Merchants National Bank

Address: 120 S Main St, Georgetown, OH 45121, USA
Phone: (937) 378-2603
';var m_757eaa74c03af8ec29203a6a0c3457aa = new google.maps.Marker({position: results[0].geometry.location,map: map,title: 'Merchants National Bank',});m_757eaa74c03af8ec29203a6a0c3457aa['infowindow'] = new google.maps.InfoWindow({content: $l757eaa74c03af8ec29203a6a0c3457aa});var infowindow = new google.maps.InfoWindow({content: $l757eaa74c03af8ec29203a6a0c3457aa});google.maps.event.addListener(m_757eaa74c03af8ec29203a6a0c3457aa, 'click', function() {infowindow.open(map,m_757eaa74c03af8ec29203a6a0c3457aa);});$marker.push(m_757eaa74c03af8ec29203a6a0c3457aa);}});}google.maps.event.addDomListener(window, 'load', initialize);