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.2528,-81.2704)};var g_64b58a5276d49b4edc95e2e3c49951af = new google.maps.Geocoder();g_64b58a5276d49b4edc95e2e3c49951af.geocode( { 'address': "511 Virginia Ave, Bluefield, VA 24605, USA"}, function(results, status) {if (status == google.maps.GeocoderStatus.OK) {$i++;if ($i == 1){document.getElementById('bluefield-VA-national-bank').style.display = '';map = new google.maps.Map(document.getElementById('bluefield-VA-national-bank'), mapOptions);}document.getElementById('75131df8').innerHTML += ' | View Map';var $l64b58a5276d49b4edc95e2e3c49951af = '

National Bank

Address: 511 Virginia Ave, Bluefield, VA 24605, USA
Phone: (276) 326-1112
';var m_64b58a5276d49b4edc95e2e3c49951af = new google.maps.Marker({position: results[0].geometry.location,map: map,title: 'National Bank',});m_64b58a5276d49b4edc95e2e3c49951af['infowindow'] = new google.maps.InfoWindow({content: $l64b58a5276d49b4edc95e2e3c49951af});var infowindow = new google.maps.InfoWindow({content: $l64b58a5276d49b4edc95e2e3c49951af});google.maps.event.addListener(m_64b58a5276d49b4edc95e2e3c49951af, 'click', function() {infowindow.open(map,m_64b58a5276d49b4edc95e2e3c49951af);});$marker.push(m_64b58a5276d49b4edc95e2e3c49951af);}});}google.maps.event.addDomListener(window, 'load', initialize);