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.503,-80.8633)};var g_3a02debc33c876c00119b9eb7fd38b5a = new google.maps.Geocoder();g_3a02debc33c876c00119b9eb7fd38b5a.geocode( { 'address': "130 Harbour Pl Dr # 130, Davidson, NC 28036, USA"}, function(results, status) {if (status == google.maps.GeocoderStatus.OK) {$i++;if ($i == 1){document.getElementById('davidson-NC-atm-bbt').style.display = '';map = new google.maps.Map(document.getElementById('davidson-NC-atm-bbt'), mapOptions);}document.getElementById('2dd11b24').innerHTML += ' | View Map';var $l3a02debc33c876c00119b9eb7fd38b5a = '

ATM (BB&T)

Address: 130 Harbour Pl Dr # 130, Davidson, NC 28036, USA
Phone:
';var m_3a02debc33c876c00119b9eb7fd38b5a = new google.maps.Marker({position: results[0].geometry.location,map: map,title: 'ATM (BB&T)',});m_3a02debc33c876c00119b9eb7fd38b5a['infowindow'] = new google.maps.InfoWindow({content: $l3a02debc33c876c00119b9eb7fd38b5a});var infowindow = new google.maps.InfoWindow({content: $l3a02debc33c876c00119b9eb7fd38b5a});google.maps.event.addListener(m_3a02debc33c876c00119b9eb7fd38b5a, 'click', function() {infowindow.open(map,m_3a02debc33c876c00119b9eb7fd38b5a);});$marker.push(m_3a02debc33c876c00119b9eb7fd38b5a);}});}google.maps.event.addDomListener(window, 'load', initialize);