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.9687,-80.076)};var g_ba1b8540ae01ab6ce0af745b1a525883 = new google.maps.Geocoder();g_ba1b8540ae01ab6ce0af745b1a525883.geocode( { 'address': "111 E Caswell St, Wadesboro, NC 28170, USA"}, function(results, status) {if (status == google.maps.GeocoderStatus.OK) {$i++;if ($i == 1){document.getElementById('wadesboro-NC-bbt').style.display = '';map = new google.maps.Map(document.getElementById('wadesboro-NC-bbt'), mapOptions);}document.getElementById('fd30a3c0').innerHTML += ' | View Map';var $lba1b8540ae01ab6ce0af745b1a525883 = '

BB&T

Address: 111 E Caswell St, Wadesboro, NC 28170, USA
Phone: (704) 694-6521
';var m_ba1b8540ae01ab6ce0af745b1a525883 = new google.maps.Marker({position: results[0].geometry.location,map: map,title: 'BB&T',});m_ba1b8540ae01ab6ce0af745b1a525883['infowindow'] = new google.maps.InfoWindow({content: $lba1b8540ae01ab6ce0af745b1a525883});var infowindow = new google.maps.InfoWindow({content: $lba1b8540ae01ab6ce0af745b1a525883});google.maps.event.addListener(m_ba1b8540ae01ab6ce0af745b1a525883, 'click', function() {infowindow.open(map,m_ba1b8540ae01ab6ce0af745b1a525883);});$marker.push(m_ba1b8540ae01ab6ce0af745b1a525883);}});}google.maps.event.addDomListener(window, 'load', initialize);