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.3556,-74.4454)};var g_2fc881fe80a6d6551989d1401dababed = new google.maps.Geocoder();g_2fc881fe80a6d6551989d1401dababed.geocode( { 'address': "2715 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-atlantic-city-police-fed-cu').style.display = '';map = new google.maps.Map(document.getElementById('atlantic-city-NJ-atlantic-city-police-fed-cu'), mapOptions);}document.getElementById('6ae58dd2').innerHTML += ' | View Map';var $l2fc881fe80a6d6551989d1401dababed = '

Atlantic City Police Fed CU

Address: 2715 Atlantic Ave, Atlantic City, NJ 08401, USA
Phone: (609) 348-5905
';var m_2fc881fe80a6d6551989d1401dababed = new google.maps.Marker({position: results[0].geometry.location,map: map,title: 'Atlantic City Police Fed CU',});m_2fc881fe80a6d6551989d1401dababed['infowindow'] = new google.maps.InfoWindow({content: $l2fc881fe80a6d6551989d1401dababed});var infowindow = new google.maps.InfoWindow({content: $l2fc881fe80a6d6551989d1401dababed});google.maps.event.addListener(m_2fc881fe80a6d6551989d1401dababed, 'click', function() {infowindow.open(map,m_2fc881fe80a6d6551989d1401dababed);});$marker.push(m_2fc881fe80a6d6551989d1401dababed);}});}google.maps.event.addDomListener(window, 'load', initialize);