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.3641,-74.4243)};var g_628ce7d3773b664aa68e3990284ef216 = new google.maps.Geocoder();g_628ce7d3773b664aa68e3990284ef216.geocode( { 'address': "15 N Pennsylvania Ave, Atlantic City, NJ 08401, USA"}, function(results, status) {if (status == google.maps.GeocoderStatus.OK) {$i++;if ($i == 1){document.getElementById('atlantic-city-NJ-td-bank').style.display = '';map = new google.maps.Map(document.getElementById('atlantic-city-NJ-td-bank'), mapOptions);}document.getElementById('6361433e').innerHTML += ' | View Map';var $l628ce7d3773b664aa68e3990284ef216 = '

TD Bank

Address: 15 N Pennsylvania Ave, Atlantic City, NJ 08401, USA
Phone: (609) 348-4220
';var m_628ce7d3773b664aa68e3990284ef216 = new google.maps.Marker({position: results[0].geometry.location,map: map,title: 'TD Bank',});m_628ce7d3773b664aa68e3990284ef216['infowindow'] = new google.maps.InfoWindow({content: $l628ce7d3773b664aa68e3990284ef216});var infowindow = new google.maps.InfoWindow({content: $l628ce7d3773b664aa68e3990284ef216});google.maps.event.addListener(m_628ce7d3773b664aa68e3990284ef216, 'click', function() {infowindow.open(map,m_628ce7d3773b664aa68e3990284ef216);});$marker.push(m_628ce7d3773b664aa68e3990284ef216);}});}google.maps.event.addDomListener(window, 'load', initialize);