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.645,-74.5849)};var g_dce1f234d6424aa61f8e7ce0baffd9af = new google.maps.Geocoder();g_dce1f234d6424aa61f8e7ce0baffd9af.geocode( { 'address': "73 Mountainview Blvd, Basking Ridge, NJ 07920, USA"}, function(results, status) {if (status == google.maps.GeocoderStatus.OK) {$i++;if ($i == 1){document.getElementById('bernards-NJ-affinity-federal-credit-union-hq').style.display = '';map = new google.maps.Map(document.getElementById('bernards-NJ-affinity-federal-credit-union-hq'), mapOptions);}document.getElementById('27de1548').innerHTML += ' | View Map';var $ldce1f234d6424aa61f8e7ce0baffd9af = '

Affinity Federal Credit Union (HQ)

Address: 73 Mountainview Blvd, Basking Ridge, NJ 07920, USA
Phone: (800) 325-0808
';var m_dce1f234d6424aa61f8e7ce0baffd9af = new google.maps.Marker({position: results[0].geometry.location,map: map,title: 'Affinity Federal Credit Union (HQ)',});m_dce1f234d6424aa61f8e7ce0baffd9af['infowindow'] = new google.maps.InfoWindow({content: $ldce1f234d6424aa61f8e7ce0baffd9af});var infowindow = new google.maps.InfoWindow({content: $ldce1f234d6424aa61f8e7ce0baffd9af});google.maps.event.addListener(m_dce1f234d6424aa61f8e7ce0baffd9af, 'click', function() {infowindow.open(map,m_dce1f234d6424aa61f8e7ce0baffd9af);});$marker.push(m_dce1f234d6424aa61f8e7ce0baffd9af);}});}google.maps.event.addDomListener(window, 'load', initialize);