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.1682,-80.2565)};var g_20d1cf3d756b01407634364a4c5e7316 = new google.maps.Geocoder();g_20d1cf3d756b01407634364a4c5e7316.geocode( { 'address': "6936 Roanoke Rd, Shawsville, VA 24162, USA"}, function(results, status) {if (status == google.maps.GeocoderStatus.OK) {$i++;if ($i == 1){document.getElementById('shawsville-VA-bbt').style.display = '';map = new google.maps.Map(document.getElementById('shawsville-VA-bbt'), mapOptions);}document.getElementById('774ea97c').innerHTML += ' | View Map';var $l20d1cf3d756b01407634364a4c5e7316 = '

BB&T

Address: 6936 Roanoke Rd, Shawsville, VA 24162, USA
Phone: (540) 387-4626
';var m_20d1cf3d756b01407634364a4c5e7316 = new google.maps.Marker({position: results[0].geometry.location,map: map,title: 'BB&T',});m_20d1cf3d756b01407634364a4c5e7316['infowindow'] = new google.maps.InfoWindow({content: $l20d1cf3d756b01407634364a4c5e7316});var infowindow = new google.maps.InfoWindow({content: $l20d1cf3d756b01407634364a4c5e7316});google.maps.event.addListener(m_20d1cf3d756b01407634364a4c5e7316, 'click', function() {infowindow.open(map,m_20d1cf3d756b01407634364a4c5e7316);});$marker.push(m_20d1cf3d756b01407634364a4c5e7316);}});}google.maps.event.addDomListener(window, 'load', initialize);