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(34.3093,-78.7118)};var g_a4f1d0167728d186f465b29219987ce8 = new google.maps.Geocoder();g_a4f1d0167728d186f465b29219987ce8.geocode( { 'address': "2 S Whiteville Vlg, Whiteville, NC 28472, USA"}, function(results, status) {if (status == google.maps.GeocoderStatus.OK) {$i++;if ($i == 1){document.getElementById('whiteville-NC-bbt---south-whiteville-branch').style.display = '';map = new google.maps.Map(document.getElementById('whiteville-NC-bbt---south-whiteville-branch'), mapOptions);}document.getElementById('10bc17cc').innerHTML += ' | View Map';var $la4f1d0167728d186f465b29219987ce8 = '

BB&T - South Whiteville Branch

Address: 2 S Whiteville Vlg, Whiteville, NC 28472, USA
Phone: (910) 914-9945
';var m_a4f1d0167728d186f465b29219987ce8 = new google.maps.Marker({position: results[0].geometry.location,map: map,title: 'BB&T - South Whiteville Branch',});m_a4f1d0167728d186f465b29219987ce8['infowindow'] = new google.maps.InfoWindow({content: $la4f1d0167728d186f465b29219987ce8});var infowindow = new google.maps.InfoWindow({content: $la4f1d0167728d186f465b29219987ce8});google.maps.event.addListener(m_a4f1d0167728d186f465b29219987ce8, 'click', function() {infowindow.open(map,m_a4f1d0167728d186f465b29219987ce8);});$marker.push(m_a4f1d0167728d186f465b29219987ce8);}});}google.maps.event.addDomListener(window, 'load', initialize);