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.6969,-77.1397)};var g_a5b290b03b4d07d3183b6c42845463db = new google.maps.Geocoder();g_a5b290b03b4d07d3183b6c42845463db.geocode( { 'address': "809 W Corbett Ave, Swansboro, NC 28584, USA"}, function(results, status) {if (status == google.maps.GeocoderStatus.OK) {$i++;if ($i == 1){document.getElementById('swansboro-NC-bbt-atm').style.display = '';map = new google.maps.Map(document.getElementById('swansboro-NC-bbt-atm'), mapOptions);}document.getElementById('5b7d1143').innerHTML += ' | View Map';var $la5b290b03b4d07d3183b6c42845463db = '

BB&T ATM

Address: 809 W Corbett Ave, Swansboro, NC 28584, USA
Phone: (800) 226-5228
';var m_a5b290b03b4d07d3183b6c42845463db = new google.maps.Marker({position: results[0].geometry.location,map: map,title: 'BB&T ATM',});m_a5b290b03b4d07d3183b6c42845463db['infowindow'] = new google.maps.InfoWindow({content: $la5b290b03b4d07d3183b6c42845463db});var infowindow = new google.maps.InfoWindow({content: $la5b290b03b4d07d3183b6c42845463db});google.maps.event.addListener(m_a5b290b03b4d07d3183b6c42845463db, 'click', function() {infowindow.open(map,m_a5b290b03b4d07d3183b6c42845463db);});$marker.push(m_a5b290b03b4d07d3183b6c42845463db);}});}google.maps.event.addDomListener(window, 'load', initialize);