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.1404,-76.8412)};var g_19415392e1213854f465b52ba2abf0ed = new google.maps.Geocoder();g_19415392e1213854f465b52ba2abf0ed.geocode( { 'address': "10816 NC-55, Grantsboro, NC 28529, USA"}, function(results, status) {if (status == google.maps.GeocoderStatus.OK) {$i++;if ($i == 1){document.getElementById('grantsboro-NC-bbt-atm').style.display = '';map = new google.maps.Map(document.getElementById('grantsboro-NC-bbt-atm'), mapOptions);}document.getElementById('9fbe4ad0').innerHTML += ' | View Map';var $l19415392e1213854f465b52ba2abf0ed = '

BB&T ATM

Address: 10816 NC-55, Grantsboro, NC 28529, USA
Phone: (800) 226-5228
';var m_19415392e1213854f465b52ba2abf0ed = new google.maps.Marker({position: results[0].geometry.location,map: map,title: 'BB&T ATM',});m_19415392e1213854f465b52ba2abf0ed['infowindow'] = new google.maps.InfoWindow({content: $l19415392e1213854f465b52ba2abf0ed});var infowindow = new google.maps.InfoWindow({content: $l19415392e1213854f465b52ba2abf0ed});google.maps.event.addListener(m_19415392e1213854f465b52ba2abf0ed, 'click', function() {infowindow.open(map,m_19415392e1213854f465b52ba2abf0ed);});$marker.push(m_19415392e1213854f465b52ba2abf0ed);}});}google.maps.event.addDomListener(window, 'load', initialize);