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.723,-79.3624)};var g_f8da58b6c6a1a2e23d1308e40a74c692 = new google.maps.Geocoder();g_f8da58b6c6a1a2e23d1308e40a74c692.geocode( { 'address': "1002 Magnolia Ave, Buena Vista, VA 24416, USA"}, function(results, status) {if (status == google.maps.GeocoderStatus.OK) {$i++;if ($i == 1){document.getElementById('buena-vista-VA-bbt---buena-vista-branch').style.display = '';map = new google.maps.Map(document.getElementById('buena-vista-VA-bbt---buena-vista-branch'), mapOptions);}document.getElementById('d967a930').innerHTML += ' | View Map';var $lf8da58b6c6a1a2e23d1308e40a74c692 = '

BB&T - Buena Vista Branch

Address: 1002 Magnolia Ave, Buena Vista, VA 24416, USA
Phone: (540) 261-8006
';var m_f8da58b6c6a1a2e23d1308e40a74c692 = new google.maps.Marker({position: results[0].geometry.location,map: map,title: 'BB&T - Buena Vista Branch',});m_f8da58b6c6a1a2e23d1308e40a74c692['infowindow'] = new google.maps.InfoWindow({content: $lf8da58b6c6a1a2e23d1308e40a74c692});var infowindow = new google.maps.InfoWindow({content: $lf8da58b6c6a1a2e23d1308e40a74c692});google.maps.event.addListener(m_f8da58b6c6a1a2e23d1308e40a74c692, 'click', function() {infowindow.open(map,m_f8da58b6c6a1a2e23d1308e40a74c692);});$marker.push(m_f8da58b6c6a1a2e23d1308e40a74c692);}});}google.maps.event.addDomListener(window, 'load', initialize);