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.7784,-74.4152)};var g_2e02c190c1158d58c19ba6dceb02a5b8 = new google.maps.Geocoder();g_2e02c190c1158d58c19ba6dceb02a5b8.geocode( { 'address': "180 Park Ave, Florham Park, NJ 07932, USA"}, function(results, status) {if (status == google.maps.GeocoderStatus.OK) {$i++;if ($i == 1){document.getElementById('florham-park-NJ-affinity-federal-credit-union').style.display = '';map = new google.maps.Map(document.getElementById('florham-park-NJ-affinity-federal-credit-union'), mapOptions);}document.getElementById('25db6a37').innerHTML += ' | View Map';var $l2e02c190c1158d58c19ba6dceb02a5b8 = '

Affinity Federal Credit Union

Address: 180 Park Ave, Florham Park, NJ 07932, USA
Phone: (800) 325-0808
';var m_2e02c190c1158d58c19ba6dceb02a5b8 = new google.maps.Marker({position: results[0].geometry.location,map: map,title: 'Affinity Federal Credit Union',});m_2e02c190c1158d58c19ba6dceb02a5b8['infowindow'] = new google.maps.InfoWindow({content: $l2e02c190c1158d58c19ba6dceb02a5b8});var infowindow = new google.maps.InfoWindow({content: $l2e02c190c1158d58c19ba6dceb02a5b8});google.maps.event.addListener(m_2e02c190c1158d58c19ba6dceb02a5b8, 'click', function() {infowindow.open(map,m_2e02c190c1158d58c19ba6dceb02a5b8);});$marker.push(m_2e02c190c1158d58c19ba6dceb02a5b8);}});}google.maps.event.addDomListener(window, 'load', initialize);