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.3542,-74.447)};var g_73fec8cb4257e31ae4af6cae11e4fae7 = new google.maps.Geocoder();g_73fec8cb4257e31ae4af6cae11e4fae7.geocode( { 'address': "2900 Atlantic Ave, Atlantic City, NJ 08401, USA"}, function(results, status) {if (status == google.maps.GeocoderStatus.OK) {$i++;if ($i == 1){document.getElementById('atlantic-city-NJ-bank-of-america-financial-center').style.display = '';map = new google.maps.Map(document.getElementById('atlantic-city-NJ-bank-of-america-financial-center'), mapOptions);}document.getElementById('bbc92635').innerHTML += ' | View Map';var $l73fec8cb4257e31ae4af6cae11e4fae7 = '

Bank of America Financial Center

Address: 2900 Atlantic Ave, Atlantic City, NJ 08401, USA
Phone: (609) 344-2300
';var m_73fec8cb4257e31ae4af6cae11e4fae7 = new google.maps.Marker({position: results[0].geometry.location,map: map,title: 'Bank of America Financial Center',});m_73fec8cb4257e31ae4af6cae11e4fae7['infowindow'] = new google.maps.InfoWindow({content: $l73fec8cb4257e31ae4af6cae11e4fae7});var infowindow = new google.maps.InfoWindow({content: $l73fec8cb4257e31ae4af6cae11e4fae7});google.maps.event.addListener(m_73fec8cb4257e31ae4af6cae11e4fae7, 'click', function() {infowindow.open(map,m_73fec8cb4257e31ae4af6cae11e4fae7);});$marker.push(m_73fec8cb4257e31ae4af6cae11e4fae7);}});}google.maps.event.addDomListener(window, 'load', initialize);