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.5813,-78.1121)};var g_042aec9e604155f2f06c0a16c5f9ba06 = new google.maps.Geocoder();g_042aec9e604155f2f06c0a16c5f9ba06.geocode( { 'address': "3828 Highway Nine O Three, Bracey, VA 23919"}, function(results, status) {if (status == google.maps.GeocoderStatus.OK) {$i++;if ($i == 1){document.getElementById('bracey-VA-bbt').style.display = '';map = new google.maps.Map(document.getElementById('bracey-VA-bbt'), mapOptions);}document.getElementById('7d58f7c1').innerHTML += ' | View Map';var $l042aec9e604155f2f06c0a16c5f9ba06 = '

BB&T

Address: 3828 Highway Nine O Three, Bracey, VA 23919
Phone: (434) 636-7141
';var m_042aec9e604155f2f06c0a16c5f9ba06 = new google.maps.Marker({position: results[0].geometry.location,map: map,title: 'BB&T',});m_042aec9e604155f2f06c0a16c5f9ba06['infowindow'] = new google.maps.InfoWindow({content: $l042aec9e604155f2f06c0a16c5f9ba06});var infowindow = new google.maps.InfoWindow({content: $l042aec9e604155f2f06c0a16c5f9ba06});google.maps.event.addListener(m_042aec9e604155f2f06c0a16c5f9ba06, 'click', function() {infowindow.open(map,m_042aec9e604155f2f06c0a16c5f9ba06);});$marker.push(m_042aec9e604155f2f06c0a16c5f9ba06);}});}google.maps.event.addDomListener(window, 'load', initialize);