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(39.952,-75.0324)};var g_6be51fb45bcc63f6d93fd5bbfb380615 = new google.maps.Geocoder();g_6be51fb45bcc63f6d93fd5bbfb380615.geocode( { 'address': "7350 Maple Ave, Pennsauken Township, NJ 08109, USA"}, function(results, status) {if (status == google.maps.GeocoderStatus.OK) {$i++;if ($i == 1){document.getElementById('pennsauken-township-NJ-bbt-atm').style.display = '';map = new google.maps.Map(document.getElementById('pennsauken-township-NJ-bbt-atm'), mapOptions);}document.getElementById('d4229731').innerHTML += ' | View Map';var $l6be51fb45bcc63f6d93fd5bbfb380615 = '

BB&T ATM

Address: 7350 Maple Ave, Pennsauken Township, NJ 08109, USA
Phone: (800) 226-5228
';var m_6be51fb45bcc63f6d93fd5bbfb380615 = new google.maps.Marker({position: results[0].geometry.location,map: map,title: 'BB&T ATM',});m_6be51fb45bcc63f6d93fd5bbfb380615['infowindow'] = new google.maps.InfoWindow({content: $l6be51fb45bcc63f6d93fd5bbfb380615});var infowindow = new google.maps.InfoWindow({content: $l6be51fb45bcc63f6d93fd5bbfb380615});google.maps.event.addListener(m_6be51fb45bcc63f6d93fd5bbfb380615, 'click', function() {infowindow.open(map,m_6be51fb45bcc63f6d93fd5bbfb380615);});$marker.push(m_6be51fb45bcc63f6d93fd5bbfb380615);}});}google.maps.event.addDomListener(window, 'load', initialize);