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.4028,-75.5857)};var g_0bf2c23725c5597754df0814a3f90b1a = new google.maps.Geocoder();g_0bf2c23725c5597754df0814a3f90b1a.geocode( { 'address': "Main & S. 7th Street, Bally, PA 19503, USA"}, function(results, status) {if (status == google.maps.GeocoderStatus.OK) {$i++;if ($i == 1){document.getElementById('bally-PA-bbt-atm').style.display = '';map = new google.maps.Map(document.getElementById('bally-PA-bbt-atm'), mapOptions);}document.getElementById('428c3aee').innerHTML += ' | View Map';var $l0bf2c23725c5597754df0814a3f90b1a = '

BB&T ATM

Address: Main & S. 7th Street, Bally, PA 19503, USA
Phone: (800) 226-5228
';var m_0bf2c23725c5597754df0814a3f90b1a = new google.maps.Marker({position: results[0].geometry.location,map: map,title: 'BB&T ATM',});m_0bf2c23725c5597754df0814a3f90b1a['infowindow'] = new google.maps.InfoWindow({content: $l0bf2c23725c5597754df0814a3f90b1a});var infowindow = new google.maps.InfoWindow({content: $l0bf2c23725c5597754df0814a3f90b1a});google.maps.event.addListener(m_0bf2c23725c5597754df0814a3f90b1a, 'click', function() {infowindow.open(map,m_0bf2c23725c5597754df0814a3f90b1a);});$marker.push(m_0bf2c23725c5597754df0814a3f90b1a);}});}google.maps.event.addDomListener(window, 'load', initialize);