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.0146,-74.9338)};var g_89c89b39e24047fc7a2a5dac3f117cfc = new google.maps.Geocoder();g_89c89b39e24047fc7a2a5dac3f117cfc.geocode( { 'address': "3104 Bridgeboro Rd, Delran, NJ 08075, USA"}, function(results, status) {if (status == google.maps.GeocoderStatus.OK) {$i++;if ($i == 1){document.getElementById('delran-NJ-bbt-atm').style.display = '';map = new google.maps.Map(document.getElementById('delran-NJ-bbt-atm'), mapOptions);}document.getElementById('052cc77f').innerHTML += ' | View Map';var $l89c89b39e24047fc7a2a5dac3f117cfc = '

BB&T ATM

Address: 3104 Bridgeboro Rd, Delran, NJ 08075, USA
Phone: (800) 226-5228
';var m_89c89b39e24047fc7a2a5dac3f117cfc = new google.maps.Marker({position: results[0].geometry.location,map: map,title: 'BB&T ATM',});m_89c89b39e24047fc7a2a5dac3f117cfc['infowindow'] = new google.maps.InfoWindow({content: $l89c89b39e24047fc7a2a5dac3f117cfc});var infowindow = new google.maps.InfoWindow({content: $l89c89b39e24047fc7a2a5dac3f117cfc});google.maps.event.addListener(m_89c89b39e24047fc7a2a5dac3f117cfc, 'click', function() {infowindow.open(map,m_89c89b39e24047fc7a2a5dac3f117cfc);});$marker.push(m_89c89b39e24047fc7a2a5dac3f117cfc);}});}google.maps.event.addDomListener(window, 'load', initialize);