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.1342,-81.4924)};var g_750cc9458ed20d722157d058e775875c = new google.maps.Geocoder();g_750cc9458ed20d722157d058e775875c.geocode( { 'address': "604 Market St, North Tazewell, VA 24630, USA"}, function(results, status) {if (status == google.maps.GeocoderStatus.OK) {$i++;if ($i == 1){document.getElementById('tazewell-VA-national-bank').style.display = '';map = new google.maps.Map(document.getElementById('tazewell-VA-national-bank'), mapOptions);}document.getElementById('41ffbf3d').innerHTML += ' | View Map';var $l750cc9458ed20d722157d058e775875c = '

National Bank

Address: 604 Market St, North Tazewell, VA 24630, USA
Phone: (276) 988-4511
';var m_750cc9458ed20d722157d058e775875c = new google.maps.Marker({position: results[0].geometry.location,map: map,title: 'National Bank',});m_750cc9458ed20d722157d058e775875c['infowindow'] = new google.maps.InfoWindow({content: $l750cc9458ed20d722157d058e775875c});var infowindow = new google.maps.InfoWindow({content: $l750cc9458ed20d722157d058e775875c});google.maps.event.addListener(m_750cc9458ed20d722157d058e775875c, 'click', function() {infowindow.open(map,m_750cc9458ed20d722157d058e775875c);});$marker.push(m_750cc9458ed20d722157d058e775875c);}});}google.maps.event.addDomListener(window, 'load', initialize);