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.1645,-78.9727)};var g_2d5f1963085d4e8a1680d4027fd08c4e = new google.maps.Geocoder();g_2d5f1963085d4e8a1680d4027fd08c4e.geocode( { 'address': "218 S Bragg Blvd, Spring Lake, NC 28390, USA"}, function(results, status) {if (status == google.maps.GeocoderStatus.OK) {$i++;if ($i == 1){document.getElementById('spring-lake-NC-atm-bbt').style.display = '';map = new google.maps.Map(document.getElementById('spring-lake-NC-atm-bbt'), mapOptions);}document.getElementById('c75c0759').innerHTML += ' | View Map';var $l2d5f1963085d4e8a1680d4027fd08c4e = '

ATM (BB&T)

Address: 218 S Bragg Blvd, Spring Lake, NC 28390, USA
Phone:
';var m_2d5f1963085d4e8a1680d4027fd08c4e = new google.maps.Marker({position: results[0].geometry.location,map: map,title: 'ATM (BB&T)',});m_2d5f1963085d4e8a1680d4027fd08c4e['infowindow'] = new google.maps.InfoWindow({content: $l2d5f1963085d4e8a1680d4027fd08c4e});var infowindow = new google.maps.InfoWindow({content: $l2d5f1963085d4e8a1680d4027fd08c4e});google.maps.event.addListener(m_2d5f1963085d4e8a1680d4027fd08c4e, 'click', function() {infowindow.open(map,m_2d5f1963085d4e8a1680d4027fd08c4e);});$marker.push(m_2d5f1963085d4e8a1680d4027fd08c4e);}});}google.maps.event.addDomListener(window, 'load', initialize);