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(34.8063,-78.9709)};var g_46e656feee743fa8e6537fdf3d4cee78 = new google.maps.Geocoder();g_46e656feee743fa8e6537fdf3d4cee78.geocode( { 'address': "108 E Broad St, St Pauls, NC 28384, USA"}, function(results, status) {if (status == google.maps.GeocoderStatus.OK) {$i++;if ($i == 1){document.getElementById('saint-pauls-NC-atm-bbt').style.display = '';map = new google.maps.Map(document.getElementById('saint-pauls-NC-atm-bbt'), mapOptions);}document.getElementById('3e974c36').innerHTML += ' | View Map';var $l46e656feee743fa8e6537fdf3d4cee78 = '

ATM (BB&T)

Address: 108 E Broad St, St Pauls, NC 28384, USA
Phone:
';var m_46e656feee743fa8e6537fdf3d4cee78 = new google.maps.Marker({position: results[0].geometry.location,map: map,title: 'ATM (BB&T)',});m_46e656feee743fa8e6537fdf3d4cee78['infowindow'] = new google.maps.InfoWindow({content: $l46e656feee743fa8e6537fdf3d4cee78});var infowindow = new google.maps.InfoWindow({content: $l46e656feee743fa8e6537fdf3d4cee78});google.maps.event.addListener(m_46e656feee743fa8e6537fdf3d4cee78, 'click', function() {infowindow.open(map,m_46e656feee743fa8e6537fdf3d4cee78);});$marker.push(m_46e656feee743fa8e6537fdf3d4cee78);}});}google.maps.event.addDomListener(window, 'load', initialize);