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(40.8091,-74.4577)};var g_cd1a9b448ad5569a57cf038cb4cd6188 = new google.maps.Geocoder();g_cd1a9b448ad5569a57cf038cb4cd6188.geocode( { 'address': "235 Ridgedale Ave, Cedar Knolls, NJ 07927, USA"}, function(results, status) {if (status == google.maps.GeocoderStatus.OK) {$i++;if ($i == 1){document.getElementById('hanover-NJ-affinity-federal-credit-union').style.display = '';map = new google.maps.Map(document.getElementById('hanover-NJ-affinity-federal-credit-union'), mapOptions);}document.getElementById('92c29911').innerHTML += ' | View Map';var $lcd1a9b448ad5569a57cf038cb4cd6188 = '

Affinity Federal Credit Union

Address: 235 Ridgedale Ave, Cedar Knolls, NJ 07927, USA
Phone: (908) 860-7232
';var m_cd1a9b448ad5569a57cf038cb4cd6188 = new google.maps.Marker({position: results[0].geometry.location,map: map,title: 'Affinity Federal Credit Union',});m_cd1a9b448ad5569a57cf038cb4cd6188['infowindow'] = new google.maps.InfoWindow({content: $lcd1a9b448ad5569a57cf038cb4cd6188});var infowindow = new google.maps.InfoWindow({content: $lcd1a9b448ad5569a57cf038cb4cd6188});google.maps.event.addListener(m_cd1a9b448ad5569a57cf038cb4cd6188, 'click', function() {infowindow.open(map,m_cd1a9b448ad5569a57cf038cb4cd6188);});$marker.push(m_cd1a9b448ad5569a57cf038cb4cd6188);}});}google.maps.event.addDomListener(window, 'load', initialize);