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.5301,-74.6454)};var g_6e34a860976f17c0cb9ce33ad1c9df4a = new google.maps.Geocoder();g_6e34a860976f17c0cb9ce33ad1c9df4a.geocode( { 'address': "205 Philadelphia Ave, Egg Harbor City, NJ 08215, USA"}, function(results, status) {if (status == google.maps.GeocoderStatus.OK) {$i++;if ($i == 1){document.getElementById('egg-harbor-city-NJ-bank-of-america-atm').style.display = '';map = new google.maps.Map(document.getElementById('egg-harbor-city-NJ-bank-of-america-atm'), mapOptions);}document.getElementById('ad3ae79c').innerHTML += ' | View Map';var $l6e34a860976f17c0cb9ce33ad1c9df4a = '

Bank of America ATM

Address: 205 Philadelphia Ave, Egg Harbor City, NJ 08215, USA
Phone: (800) 622-8731
';var m_6e34a860976f17c0cb9ce33ad1c9df4a = new google.maps.Marker({position: results[0].geometry.location,map: map,title: 'Bank of America ATM',});m_6e34a860976f17c0cb9ce33ad1c9df4a['infowindow'] = new google.maps.InfoWindow({content: $l6e34a860976f17c0cb9ce33ad1c9df4a});var infowindow = new google.maps.InfoWindow({content: $l6e34a860976f17c0cb9ce33ad1c9df4a});google.maps.event.addListener(m_6e34a860976f17c0cb9ce33ad1c9df4a, 'click', function() {infowindow.open(map,m_6e34a860976f17c0cb9ce33ad1c9df4a);});$marker.push(m_6e34a860976f17c0cb9ce33ad1c9df4a);}});}google.maps.event.addDomListener(window, 'load', initialize);