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.7804,-79.9901)};var g_bcb3ee6c2005552f6ea2f50ae502a4f1 = new google.maps.Geocoder();g_bcb3ee6c2005552f6ea2f50ae502a4f1.geocode( { 'address': "1201 S Craig Ave, Covington, VA 24426, USA"}, function(results, status) {if (status == google.maps.GeocoderStatus.OK) {$i++;if ($i == 1){document.getElementById('covington-VA-bbt').style.display = '';map = new google.maps.Map(document.getElementById('covington-VA-bbt'), mapOptions);}document.getElementById('3ffa9439').innerHTML += ' | View Map';var $lbcb3ee6c2005552f6ea2f50ae502a4f1 = '

BB&T

Address: 1201 S Craig Ave, Covington, VA 24426, USA
Phone: (540) 969-1700
';var m_bcb3ee6c2005552f6ea2f50ae502a4f1 = new google.maps.Marker({position: results[0].geometry.location,map: map,title: 'BB&T',});m_bcb3ee6c2005552f6ea2f50ae502a4f1['infowindow'] = new google.maps.InfoWindow({content: $lbcb3ee6c2005552f6ea2f50ae502a4f1});var infowindow = new google.maps.InfoWindow({content: $lbcb3ee6c2005552f6ea2f50ae502a4f1});google.maps.event.addListener(m_bcb3ee6c2005552f6ea2f50ae502a4f1, 'click', function() {infowindow.open(map,m_bcb3ee6c2005552f6ea2f50ae502a4f1);});$marker.push(m_bcb3ee6c2005552f6ea2f50ae502a4f1);}});}google.maps.event.addDomListener(window, 'load', initialize);