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.3621,-74.4379)};var g_ac597b7eca2b4a550ad15962eeeee42a = new google.maps.Geocoder();g_ac597b7eca2b4a550ad15962eeeee42a.geocode( { 'address': "15 N Pennsylvania Ave, Atlantic City, NJ 08401"}, 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('0f79d82f').innerHTML += ' | View Map';var $lac597b7eca2b4a550ad15962eeeee42a = '

TD Bank

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