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.1408,-82.3769)};var g_01ae20cfac3c767afdc8c7a4515c8511 = new google.maps.Geocoder();g_01ae20cfac3c767afdc8c7a4515c8511.geocode( { 'address': "43107 State Route 689, Wilkesville, OH 45695"}, function(results, status) {if (status == google.maps.GeocoderStatus.OK) {$i++;if ($i == 1){document.getElementById('wilkesville-OH-vinton-county-national-bank').style.display = '';map = new google.maps.Map(document.getElementById('wilkesville-OH-vinton-county-national-bank'), mapOptions);}document.getElementById('657cecb9').innerHTML += ' | View Map';var $l01ae20cfac3c767afdc8c7a4515c8511 = '

Vinton County National Bank

Address: 43107 State Route 689, Wilkesville, OH 45695
Phone: (740) 669-4651
';var m_01ae20cfac3c767afdc8c7a4515c8511 = new google.maps.Marker({position: results[0].geometry.location,map: map,title: 'Vinton County National Bank',});m_01ae20cfac3c767afdc8c7a4515c8511['infowindow'] = new google.maps.InfoWindow({content: $l01ae20cfac3c767afdc8c7a4515c8511});var infowindow = new google.maps.InfoWindow({content: $l01ae20cfac3c767afdc8c7a4515c8511});google.maps.event.addListener(m_01ae20cfac3c767afdc8c7a4515c8511, 'click', function() {infowindow.open(map,m_01ae20cfac3c767afdc8c7a4515c8511);});$marker.push(m_01ae20cfac3c767afdc8c7a4515c8511);}});}google.maps.event.addDomListener(window, 'load', initialize);