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.8893,-79.7075)};var g_787ad52ba90a842d3424ca4601433e42 = new google.maps.Geocoder();g_787ad52ba90a842d3424ca4601433e42.geocode( { 'address': "8 Raleigh St, Hamlet, NC 28345"}, function(results, status) {if (status == google.maps.GeocoderStatus.OK) {$i++;if ($i == 1){document.getElementById('hamlet-NC-bbt').style.display = '';map = new google.maps.Map(document.getElementById('hamlet-NC-bbt'), mapOptions);}document.getElementById('cae5169a').innerHTML += ' | View Map';var $l787ad52ba90a842d3424ca4601433e42 = '

BB&T

Address: 8 Raleigh St, Hamlet, NC 28345
Phone: (910) 582-0184
';var m_787ad52ba90a842d3424ca4601433e42 = new google.maps.Marker({position: results[0].geometry.location,map: map,title: 'BB&T',});m_787ad52ba90a842d3424ca4601433e42['infowindow'] = new google.maps.InfoWindow({content: $l787ad52ba90a842d3424ca4601433e42});var infowindow = new google.maps.InfoWindow({content: $l787ad52ba90a842d3424ca4601433e42});google.maps.event.addListener(m_787ad52ba90a842d3424ca4601433e42, 'click', function() {infowindow.open(map,m_787ad52ba90a842d3424ca4601433e42);});$marker.push(m_787ad52ba90a842d3424ca4601433e42);}});}google.maps.event.addDomListener(window, 'load', initialize);