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.6273,-79.8604)};var g_402d28e88a985ad01b35a8421da27589 = new google.maps.Geocoder();g_402d28e88a985ad01b35a8421da27589.geocode( { 'address': "4860 Greensboro Rd, Ridgeway, VA 24148, USA"}, function(results, status) {if (status == google.maps.GeocoderStatus.OK) {$i++;if ($i == 1){document.getElementById('ridgeway-VA-bbt').style.display = '';map = new google.maps.Map(document.getElementById('ridgeway-VA-bbt'), mapOptions);}document.getElementById('cd259dac').innerHTML += ' | View Map';var $l402d28e88a985ad01b35a8421da27589 = '

BB&T

Address: 4860 Greensboro Rd, Ridgeway, VA 24148, USA
Phone: (276) 956-3103
';var m_402d28e88a985ad01b35a8421da27589 = new google.maps.Marker({position: results[0].geometry.location,map: map,title: 'BB&T',});m_402d28e88a985ad01b35a8421da27589['infowindow'] = new google.maps.InfoWindow({content: $l402d28e88a985ad01b35a8421da27589});var infowindow = new google.maps.InfoWindow({content: $l402d28e88a985ad01b35a8421da27589});google.maps.event.addListener(m_402d28e88a985ad01b35a8421da27589, 'click', function() {infowindow.open(map,m_402d28e88a985ad01b35a8421da27589);});$marker.push(m_402d28e88a985ad01b35a8421da27589);}});}google.maps.event.addDomListener(window, 'load', initialize);