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(35.3798,-78.5448)};var g_5ef644e5c0858ab94bc43174b2d31c36 = new google.maps.Geocoder();g_5ef644e5c0858ab94bc43174b2d31c36.geocode( { 'address': "307 E Main St, Benson, NC 27504, USA"}, function(results, status) {if (status == google.maps.GeocoderStatus.OK) {$i++;if ($i == 1){document.getElementById('benson-NC-bbt').style.display = '';map = new google.maps.Map(document.getElementById('benson-NC-bbt'), mapOptions);}document.getElementById('ff0300f6').innerHTML += ' | View Map';var $l5ef644e5c0858ab94bc43174b2d31c36 = '

BB&T

Address: 307 E Main St, Benson, NC 27504, USA
Phone: (919) 894-8531
';var m_5ef644e5c0858ab94bc43174b2d31c36 = new google.maps.Marker({position: results[0].geometry.location,map: map,title: 'BB&T',});m_5ef644e5c0858ab94bc43174b2d31c36['infowindow'] = new google.maps.InfoWindow({content: $l5ef644e5c0858ab94bc43174b2d31c36});var infowindow = new google.maps.InfoWindow({content: $l5ef644e5c0858ab94bc43174b2d31c36});google.maps.event.addListener(m_5ef644e5c0858ab94bc43174b2d31c36, 'click', function() {infowindow.open(map,m_5ef644e5c0858ab94bc43174b2d31c36);});$marker.push(m_5ef644e5c0858ab94bc43174b2d31c36);}});}google.maps.event.addDomListener(window, 'load', initialize);