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.1732,-79.3936)};var g_2586d0717b58d4f4383144ca1341d079 = new google.maps.Geocoder();g_2586d0717b58d4f4383144ca1341d079.geocode( { 'address': "200 SW Broad St, Southern Pines, NC 28387, USA"}, function(results, status) {if (status == google.maps.GeocoderStatus.OK) {$i++;if ($i == 1){document.getElementById('southern-pines-NC-bbt-atm').style.display = '';map = new google.maps.Map(document.getElementById('southern-pines-NC-bbt-atm'), mapOptions);}document.getElementById('f9b5323d').innerHTML += ' | View Map';var $l2586d0717b58d4f4383144ca1341d079 = '

BB&T ATM

Address: 200 SW Broad St, Southern Pines, NC 28387, USA
Phone: (800) 226-5228
';var m_2586d0717b58d4f4383144ca1341d079 = new google.maps.Marker({position: results[0].geometry.location,map: map,title: 'BB&T ATM',});m_2586d0717b58d4f4383144ca1341d079['infowindow'] = new google.maps.InfoWindow({content: $l2586d0717b58d4f4383144ca1341d079});var infowindow = new google.maps.InfoWindow({content: $l2586d0717b58d4f4383144ca1341d079});google.maps.event.addListener(m_2586d0717b58d4f4383144ca1341d079, 'click', function() {infowindow.open(map,m_2586d0717b58d4f4383144ca1341d079);});$marker.push(m_2586d0717b58d4f4383144ca1341d079);}});}google.maps.event.addDomListener(window, 'load', initialize);