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.406,-75.0371)};var g_353036fc2a967e597834c1fc3ac9ecb1 = new google.maps.Geocoder();g_353036fc2a967e597834c1fc3ac9ecb1.geocode( { 'address': "901 N 2nd St, Millville, NJ 08332, USA"}, function(results, status) {if (status == google.maps.GeocoderStatus.OK) {$i++;if ($i == 1){document.getElementById('millville-NJ-bbt-atm').style.display = '';map = new google.maps.Map(document.getElementById('millville-NJ-bbt-atm'), mapOptions);}document.getElementById('a56f1e39').innerHTML += ' | View Map';var $l353036fc2a967e597834c1fc3ac9ecb1 = '

BB&T ATM

Address: 901 N 2nd St, Millville, NJ 08332, USA
Phone: (800) 226-5228
';var m_353036fc2a967e597834c1fc3ac9ecb1 = new google.maps.Marker({position: results[0].geometry.location,map: map,title: 'BB&T ATM',});m_353036fc2a967e597834c1fc3ac9ecb1['infowindow'] = new google.maps.InfoWindow({content: $l353036fc2a967e597834c1fc3ac9ecb1});var infowindow = new google.maps.InfoWindow({content: $l353036fc2a967e597834c1fc3ac9ecb1});google.maps.event.addListener(m_353036fc2a967e597834c1fc3ac9ecb1, 'click', function() {infowindow.open(map,m_353036fc2a967e597834c1fc3ac9ecb1);});$marker.push(m_353036fc2a967e597834c1fc3ac9ecb1);}});}google.maps.event.addDomListener(window, 'load', initialize);