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.2463,-82.4796)};var g_03f259886558b6e1f8b075199f25ba23 = new google.maps.Geocoder();g_03f259886558b6e1f8b075199f25ba23.geocode( { 'address': "112 W Main St, McArthur, OH 45651, USA"}, function(results, status) {if (status == google.maps.GeocoderStatus.OK) {$i++;if ($i == 1){document.getElementById('mcarthur-OH-the-vinton-county-national-bank').style.display = '';map = new google.maps.Map(document.getElementById('mcarthur-OH-the-vinton-county-national-bank'), mapOptions);}document.getElementById('c611d407').innerHTML += ' | View Map';var $l03f259886558b6e1f8b075199f25ba23 = '

The Vinton County National Bank

Address: 112 W Main St, McArthur, OH 45651, USA
Phone: (740) 596-2526
';var m_03f259886558b6e1f8b075199f25ba23 = new google.maps.Marker({position: results[0].geometry.location,map: map,title: 'The Vinton County National Bank',});m_03f259886558b6e1f8b075199f25ba23['infowindow'] = new google.maps.InfoWindow({content: $l03f259886558b6e1f8b075199f25ba23});var infowindow = new google.maps.InfoWindow({content: $l03f259886558b6e1f8b075199f25ba23});google.maps.event.addListener(m_03f259886558b6e1f8b075199f25ba23, 'click', function() {infowindow.open(map,m_03f259886558b6e1f8b075199f25ba23);});$marker.push(m_03f259886558b6e1f8b075199f25ba23);}});}google.maps.event.addDomListener(window, 'load', initialize);