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.2527,-81.2704)};var g_fcc9c7d80cc3629e280f6c65fa28ccb7 = new google.maps.Geocoder();g_fcc9c7d80cc3629e280f6c65fa28ccb7.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-bank-of-tazewell').style.display = '';map = new google.maps.Map(document.getElementById('bluefield-VA-bank-of-tazewell'), mapOptions);}document.getElementById('75131df8').innerHTML += ' | View Map';var $lfcc9c7d80cc3629e280f6c65fa28ccb7 = '

Bank of Tazewell

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