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.7139,-82.5928)};var g_2f9baa7f2949d62bc66c7081b9da5c37 = new google.maps.Geocoder();g_2f9baa7f2949d62bc66c7081b9da5c37.geocode( { 'address': "521 E Main St, Lancaster, OH 43130, USA"}, function(results, status) {if (status == google.maps.GeocoderStatus.OK) {$i++;if ($i == 1){document.getElementById('lancaster-OH-vinton-county-national-bank').style.display = '';map = new google.maps.Map(document.getElementById('lancaster-OH-vinton-county-national-bank'), mapOptions);}document.getElementById('8eae6aff').innerHTML += ' | View Map';var $l2f9baa7f2949d62bc66c7081b9da5c37 = '

Vinton County National Bank

Address: 521 E Main St, Lancaster, OH 43130, USA
Phone: (740) 687-3920
';var m_2f9baa7f2949d62bc66c7081b9da5c37 = new google.maps.Marker({position: results[0].geometry.location,map: map,title: 'Vinton County National Bank',});m_2f9baa7f2949d62bc66c7081b9da5c37['infowindow'] = new google.maps.InfoWindow({content: $l2f9baa7f2949d62bc66c7081b9da5c37});var infowindow = new google.maps.InfoWindow({content: $l2f9baa7f2949d62bc66c7081b9da5c37});google.maps.event.addListener(m_2f9baa7f2949d62bc66c7081b9da5c37, 'click', function() {infowindow.open(map,m_2f9baa7f2949d62bc66c7081b9da5c37);});$marker.push(m_2f9baa7f2949d62bc66c7081b9da5c37);}});}google.maps.event.addDomListener(window, 'load', initialize);