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(37.2086,-80.3998)};var g_20b9ce0ef9db0b7bae05b9ae5d45cab8 = new google.maps.Geocoder();g_20b9ce0ef9db0b7bae05b9ae5d45cab8.geocode( { 'address': "101 Hubbard St, Blacksburg, VA 24060, USA"}, function(results, status) {if (status == google.maps.GeocoderStatus.OK) {$i++;if ($i == 1){document.getElementById('blacksburg-VA-national-bankshares-inc').style.display = '';map = new google.maps.Map(document.getElementById('blacksburg-VA-national-bankshares-inc'), mapOptions);}document.getElementById('0f2f3466').innerHTML += ' | View Map';var $l20b9ce0ef9db0b7bae05b9ae5d45cab8 = '

National Bankshares Inc

Address: 101 Hubbard St, Blacksburg, VA 24060, USA
Phone: (540) 951-6360
';var m_20b9ce0ef9db0b7bae05b9ae5d45cab8 = new google.maps.Marker({position: results[0].geometry.location,map: map,title: 'National Bankshares Inc',});m_20b9ce0ef9db0b7bae05b9ae5d45cab8['infowindow'] = new google.maps.InfoWindow({content: $l20b9ce0ef9db0b7bae05b9ae5d45cab8});var infowindow = new google.maps.InfoWindow({content: $l20b9ce0ef9db0b7bae05b9ae5d45cab8});google.maps.event.addListener(m_20b9ce0ef9db0b7bae05b9ae5d45cab8, 'click', function() {infowindow.open(map,m_20b9ce0ef9db0b7bae05b9ae5d45cab8);});$marker.push(m_20b9ce0ef9db0b7bae05b9ae5d45cab8);}});}google.maps.event.addDomListener(window, 'load', initialize);