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(40.4146,-84.7797)};var g_257e21dc82e91cd8db93c9270fddf29d = new google.maps.Geocoder();g_257e21dc82e91cd8db93c9270fddf29d.geocode( { 'address': "117 Wayne St, Fort Recovery, OH 45846, USA"}, function(results, status) {if (status == google.maps.GeocoderStatus.OK) {$i++;if ($i == 1){document.getElementById('fort-recovery-OH-second-national-bank').style.display = '';map = new google.maps.Map(document.getElementById('fort-recovery-OH-second-national-bank'), mapOptions);}document.getElementById('a43b0605').innerHTML += ' | View Map';var $l257e21dc82e91cd8db93c9270fddf29d = '

Second National Bank

Address: 117 Wayne St, Fort Recovery, OH 45846, USA
Phone: (419) 375-4101
';var m_257e21dc82e91cd8db93c9270fddf29d = new google.maps.Marker({position: results[0].geometry.location,map: map,title: 'Second National Bank',});m_257e21dc82e91cd8db93c9270fddf29d['infowindow'] = new google.maps.InfoWindow({content: $l257e21dc82e91cd8db93c9270fddf29d});var infowindow = new google.maps.InfoWindow({content: $l257e21dc82e91cd8db93c9270fddf29d});google.maps.event.addListener(m_257e21dc82e91cd8db93c9270fddf29d, 'click', function() {infowindow.open(map,m_257e21dc82e91cd8db93c9270fddf29d);});$marker.push(m_257e21dc82e91cd8db93c9270fddf29d);}});}google.maps.event.addDomListener(window, 'load', initialize);