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.1789,-79.4355)};var g_587fa921165411090038e3250be05577 = new google.maps.Geocoder();g_587fa921165411090038e3250be05577.geocode( { 'address': "130 Applecross Rd, Pinehurst, NC 28374, USA"}, function(results, status) {if (status == google.maps.GeocoderStatus.OK) {$i++;if ($i == 1){document.getElementById('pinehurst-NC-atm-bbt').style.display = '';map = new google.maps.Map(document.getElementById('pinehurst-NC-atm-bbt'), mapOptions);}document.getElementById('04dba25d').innerHTML += ' | View Map';var $l587fa921165411090038e3250be05577 = '

ATM (BB&T)

Address: 130 Applecross Rd, Pinehurst, NC 28374, USA
Phone:
';var m_587fa921165411090038e3250be05577 = new google.maps.Marker({position: results[0].geometry.location,map: map,title: 'ATM (BB&T)',});m_587fa921165411090038e3250be05577['infowindow'] = new google.maps.InfoWindow({content: $l587fa921165411090038e3250be05577});var infowindow = new google.maps.InfoWindow({content: $l587fa921165411090038e3250be05577});google.maps.event.addListener(m_587fa921165411090038e3250be05577, 'click', function() {infowindow.open(map,m_587fa921165411090038e3250be05577);});$marker.push(m_587fa921165411090038e3250be05577);}});}google.maps.event.addDomListener(window, 'load', initialize);