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.9936,-78.3419)};var g_f3bda8482463fdd4796e4f3880688643 = new google.maps.Geocoder();g_f3bda8482463fdd4796e4f3880688643.geocode( { 'address': "1106 Sunset Ave, Clinton, NC 28328, USA"}, function(results, status) {if (status == google.maps.GeocoderStatus.OK) {$i++;if ($i == 1){document.getElementById('clinton-NC-bbt---clinton-sunset-avenue-branch').style.display = '';map = new google.maps.Map(document.getElementById('clinton-NC-bbt---clinton-sunset-avenue-branch'), mapOptions);}document.getElementById('00637825').innerHTML += ' | View Map';var $lf3bda8482463fdd4796e4f3880688643 = '

BB&T - Clinton Sunset Avenue Branch

Address: 1106 Sunset Ave, Clinton, NC 28328, USA
Phone: (910) 299-1120
';var m_f3bda8482463fdd4796e4f3880688643 = new google.maps.Marker({position: results[0].geometry.location,map: map,title: 'BB&T - Clinton Sunset Avenue Branch',});m_f3bda8482463fdd4796e4f3880688643['infowindow'] = new google.maps.InfoWindow({content: $lf3bda8482463fdd4796e4f3880688643});var infowindow = new google.maps.InfoWindow({content: $lf3bda8482463fdd4796e4f3880688643});google.maps.event.addListener(m_f3bda8482463fdd4796e4f3880688643, 'click', function() {infowindow.open(map,m_f3bda8482463fdd4796e4f3880688643);});$marker.push(m_f3bda8482463fdd4796e4f3880688643);}});}google.maps.event.addDomListener(window, 'load', initialize);