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.5415,-82.4154)};var g_b3592b0702998592368d3b4d4c45873a = new google.maps.Geocoder();g_b3592b0702998592368d3b4d4c45873a.geocode( { 'address': "427 W Hunter St, Logan, OH 43138, USA"}, function(results, status) {if (status == google.maps.GeocoderStatus.OK) {$i++;if ($i == 1){document.getElementById('logan-OH-vinton-county-national-bank').style.display = '';map = new google.maps.Map(document.getElementById('logan-OH-vinton-county-national-bank'), mapOptions);}document.getElementById('a6a20e91').innerHTML += ' | View Map';var $lb3592b0702998592368d3b4d4c45873a = '

Vinton County National Bank

Address: 427 W Hunter St, Logan, OH 43138, USA
Phone: (740) 380-9542
';var m_b3592b0702998592368d3b4d4c45873a = new google.maps.Marker({position: results[0].geometry.location,map: map,title: 'Vinton County National Bank',});m_b3592b0702998592368d3b4d4c45873a['infowindow'] = new google.maps.InfoWindow({content: $lb3592b0702998592368d3b4d4c45873a});var infowindow = new google.maps.InfoWindow({content: $lb3592b0702998592368d3b4d4c45873a});google.maps.event.addListener(m_b3592b0702998592368d3b4d4c45873a, 'click', function() {infowindow.open(map,m_b3592b0702998592368d3b4d4c45873a);});$marker.push(m_b3592b0702998592368d3b4d4c45873a);}});}google.maps.event.addDomListener(window, 'load', initialize);