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.9034,-83.4315)};var g_48016f549dbc03c0e12190363e687c27 = new google.maps.Geocoder();g_48016f549dbc03c0e12190363e687c27.geocode( { 'address': "279 Lafayette St, London, OH 43140, USA"}, function(results, status) {if (status == google.maps.GeocoderStatus.OK) {$i++;if ($i == 1){document.getElementById('london-OH-merchants-national-bank').style.display = '';map = new google.maps.Map(document.getElementById('london-OH-merchants-national-bank'), mapOptions);}document.getElementById('fd62f41c').innerHTML += ' | View Map';var $l48016f549dbc03c0e12190363e687c27 = '

Merchants National Bank

Address: 279 Lafayette St, London, OH 43140, USA
Phone: (740) 852-4900
';var m_48016f549dbc03c0e12190363e687c27 = new google.maps.Marker({position: results[0].geometry.location,map: map,title: 'Merchants National Bank',});m_48016f549dbc03c0e12190363e687c27['infowindow'] = new google.maps.InfoWindow({content: $l48016f549dbc03c0e12190363e687c27});var infowindow = new google.maps.InfoWindow({content: $l48016f549dbc03c0e12190363e687c27});google.maps.event.addListener(m_48016f549dbc03c0e12190363e687c27, 'click', function() {infowindow.open(map,m_48016f549dbc03c0e12190363e687c27);});$marker.push(m_48016f549dbc03c0e12190363e687c27);}});}google.maps.event.addDomListener(window, 'load', initialize);