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.7255,-78.1269)};var g_61b573351d6ba0f39fccc2fae3e59b4d = new google.maps.Geocoder();g_61b573351d6ba0f39fccc2fae3e59b4d.geocode( { 'address': "212 E Atlantic St, South Hill, VA 23970, USA"}, function(results, status) {if (status == google.maps.GeocoderStatus.OK) {$i++;if ($i == 1){document.getElementById('south-hill-VA-bbt').style.display = '';map = new google.maps.Map(document.getElementById('south-hill-VA-bbt'), mapOptions);}document.getElementById('7f2784bd').innerHTML += ' | View Map';var $l61b573351d6ba0f39fccc2fae3e59b4d = '

BB&T

Address: 212 E Atlantic St, South Hill, VA 23970, USA
Phone: (434) 447-7141
';var m_61b573351d6ba0f39fccc2fae3e59b4d = new google.maps.Marker({position: results[0].geometry.location,map: map,title: 'BB&T',});m_61b573351d6ba0f39fccc2fae3e59b4d['infowindow'] = new google.maps.InfoWindow({content: $l61b573351d6ba0f39fccc2fae3e59b4d});var infowindow = new google.maps.InfoWindow({content: $l61b573351d6ba0f39fccc2fae3e59b4d});google.maps.event.addListener(m_61b573351d6ba0f39fccc2fae3e59b4d, 'click', function() {infowindow.open(map,m_61b573351d6ba0f39fccc2fae3e59b4d);});$marker.push(m_61b573351d6ba0f39fccc2fae3e59b4d);}});}google.maps.event.addDomListener(window, 'load', initialize);