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(40.3221,-75.3029)};var g_b4a1a199b07b19aba0208f1608d23c8e = new google.maps.Geocoder();g_b4a1a199b07b19aba0208f1608d23c8e.geocode( { 'address': "800 S. Route 113, Souderton, PA 18964, USA"}, function(results, status) {if (status == google.maps.GeocoderStatus.OK) {$i++;if ($i == 1){document.getElementById('souderton-PA-bbt-atm').style.display = '';map = new google.maps.Map(document.getElementById('souderton-PA-bbt-atm'), mapOptions);}document.getElementById('a3449a90').innerHTML += ' | View Map';var $lb4a1a199b07b19aba0208f1608d23c8e = '

BB&T ATM

Address: 800 S. Route 113, Souderton, PA 18964, USA
Phone: (800) 226-5228
';var m_b4a1a199b07b19aba0208f1608d23c8e = new google.maps.Marker({position: results[0].geometry.location,map: map,title: 'BB&T ATM',});m_b4a1a199b07b19aba0208f1608d23c8e['infowindow'] = new google.maps.InfoWindow({content: $lb4a1a199b07b19aba0208f1608d23c8e});var infowindow = new google.maps.InfoWindow({content: $lb4a1a199b07b19aba0208f1608d23c8e});google.maps.event.addListener(m_b4a1a199b07b19aba0208f1608d23c8e, 'click', function() {infowindow.open(map,m_b4a1a199b07b19aba0208f1608d23c8e);});$marker.push(m_b4a1a199b07b19aba0208f1608d23c8e);}});}google.maps.event.addDomListener(window, 'load', initialize);