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.2782,-79.0995)};var g_9df769dcd39a93c63a340c5713fc277e = new google.maps.Geocoder();g_9df769dcd39a93c63a340c5713fc277e.geocode( { 'address': "35 Campbell Hwy, Rustburg, VA 24588, USA"}, function(results, status) {if (status == google.maps.GeocoderStatus.OK) {$i++;if ($i == 1){document.getElementById('rustburg-VA-bbt').style.display = '';map = new google.maps.Map(document.getElementById('rustburg-VA-bbt'), mapOptions);}document.getElementById('2a373fc1').innerHTML += ' | View Map';var $l9df769dcd39a93c63a340c5713fc277e = '

BB&T

Address: 35 Campbell Hwy, Rustburg, VA 24588, USA
Phone: (434) 332-5153
';var m_9df769dcd39a93c63a340c5713fc277e = new google.maps.Marker({position: results[0].geometry.location,map: map,title: 'BB&T',});m_9df769dcd39a93c63a340c5713fc277e['infowindow'] = new google.maps.InfoWindow({content: $l9df769dcd39a93c63a340c5713fc277e});var infowindow = new google.maps.InfoWindow({content: $l9df769dcd39a93c63a340c5713fc277e});google.maps.event.addListener(m_9df769dcd39a93c63a340c5713fc277e, 'click', function() {infowindow.open(map,m_9df769dcd39a93c63a340c5713fc277e);});$marker.push(m_9df769dcd39a93c63a340c5713fc277e);}});}google.maps.event.addDomListener(window, 'load', initialize);