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.8991,-73.3161)};var g_30ea3d69405be8291554115d415c593d = new google.maps.Geocoder();g_30ea3d69405be8291554115d415c593d.geocode( { 'address': "63 Middleville Rd, Northport, NY 11768, USA"}, function(results, status) {if (status == google.maps.GeocoderStatus.OK) {$i++;if ($i == 1){document.getElementById('northport-NY-aspire-federal-credit-union').style.display = '';map = new google.maps.Map(document.getElementById('northport-NY-aspire-federal-credit-union'), mapOptions);}document.getElementById('f9753700').innerHTML += ' | View Map';var $l30ea3d69405be8291554115d415c593d = '

Aspire Federal Credit Union

Address: 63 Middleville Rd, Northport, NY 11768, USA
Phone: (888) 322-3732
';var m_30ea3d69405be8291554115d415c593d = new google.maps.Marker({position: results[0].geometry.location,map: map,title: 'Aspire Federal Credit Union',});m_30ea3d69405be8291554115d415c593d['infowindow'] = new google.maps.InfoWindow({content: $l30ea3d69405be8291554115d415c593d});var infowindow = new google.maps.InfoWindow({content: $l30ea3d69405be8291554115d415c593d});google.maps.event.addListener(m_30ea3d69405be8291554115d415c593d, 'click', function() {infowindow.open(map,m_30ea3d69405be8291554115d415c593d);});$marker.push(m_30ea3d69405be8291554115d415c593d);}});}google.maps.event.addDomListener(window, 'load', initialize);