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(36.7064,-81.9978)};var g_6912630e18b8ecd6b9ac1206aeb5949f = new google.maps.Geocoder();g_6912630e18b8ecd6b9ac1206aeb5949f.geocode( { 'address': "233 Wyndale Rd, Abingdon, VA 24210, USA"}, function(results, status) {if (status == google.maps.GeocoderStatus.OK) {$i++;if ($i == 1){document.getElementById('abingdon-VA-bbt').style.display = '';map = new google.maps.Map(document.getElementById('abingdon-VA-bbt'), mapOptions);}document.getElementById('8587481d').innerHTML += ' | View Map';var $l6912630e18b8ecd6b9ac1206aeb5949f = '

BB&T

Address: 233 Wyndale Rd, Abingdon, VA 24210, USA
Phone: (276) 739-7950
';var m_6912630e18b8ecd6b9ac1206aeb5949f = new google.maps.Marker({position: results[0].geometry.location,map: map,title: 'BB&T',});m_6912630e18b8ecd6b9ac1206aeb5949f['infowindow'] = new google.maps.InfoWindow({content: $l6912630e18b8ecd6b9ac1206aeb5949f});var infowindow = new google.maps.InfoWindow({content: $l6912630e18b8ecd6b9ac1206aeb5949f});google.maps.event.addListener(m_6912630e18b8ecd6b9ac1206aeb5949f, 'click', function() {infowindow.open(map,m_6912630e18b8ecd6b9ac1206aeb5949f);});$marker.push(m_6912630e18b8ecd6b9ac1206aeb5949f);}});}google.maps.event.addDomListener(window, 'load', initialize);