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.9346,-75.614)};var g_7414e9a5827973c8fcf9cf16d94e4d91 = new google.maps.Geocoder();g_7414e9a5827973c8fcf9cf16d94e4d91.geocode( { 'address': "105 W Seachase Dr, Nags Head, NC 27959, USA"}, function(results, status) {if (status == google.maps.GeocoderStatus.OK) {$i++;if ($i == 1){document.getElementById('nags-head-NC-atm-bbt').style.display = '';map = new google.maps.Map(document.getElementById('nags-head-NC-atm-bbt'), mapOptions);}document.getElementById('a7c898ea').innerHTML += ' | View Map';var $l7414e9a5827973c8fcf9cf16d94e4d91 = '

ATM (BB&T)

Address: 105 W Seachase Dr, Nags Head, NC 27959, USA
Phone:
';var m_7414e9a5827973c8fcf9cf16d94e4d91 = new google.maps.Marker({position: results[0].geometry.location,map: map,title: 'ATM (BB&T)',});m_7414e9a5827973c8fcf9cf16d94e4d91['infowindow'] = new google.maps.InfoWindow({content: $l7414e9a5827973c8fcf9cf16d94e4d91});var infowindow = new google.maps.InfoWindow({content: $l7414e9a5827973c8fcf9cf16d94e4d91});google.maps.event.addListener(m_7414e9a5827973c8fcf9cf16d94e4d91, 'click', function() {infowindow.open(map,m_7414e9a5827973c8fcf9cf16d94e4d91);});$marker.push(m_7414e9a5827973c8fcf9cf16d94e4d91);}});}google.maps.event.addDomListener(window, 'load', initialize);