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.6933,-73.4787)};var g_501853dc6e28aaea1eb9f330023137fe = new google.maps.Geocoder();g_501853dc6e28aaea1eb9f330023137fe.geocode( { 'address': "north 11758, 826 Hicksville Rd, North Massapequa, NY 11758, USA"}, function(results, status) {if (status == google.maps.GeocoderStatus.OK) {$i++;if ($i == 1){document.getElementById('north-massapequa-NY-island-federal-credit-union').style.display = '';map = new google.maps.Map(document.getElementById('north-massapequa-NY-island-federal-credit-union'), mapOptions);}document.getElementById('f461ddb6').innerHTML += ' | View Map';var $l501853dc6e28aaea1eb9f330023137fe = '

Island Federal Credit Union

Address: north 11758, 826 Hicksville Rd, North Massapequa, NY 11758, USA
Phone: (631) 851-1100
';var m_501853dc6e28aaea1eb9f330023137fe = new google.maps.Marker({position: results[0].geometry.location,map: map,title: 'Island Federal Credit Union',});m_501853dc6e28aaea1eb9f330023137fe['infowindow'] = new google.maps.InfoWindow({content: $l501853dc6e28aaea1eb9f330023137fe});var infowindow = new google.maps.InfoWindow({content: $l501853dc6e28aaea1eb9f330023137fe});google.maps.event.addListener(m_501853dc6e28aaea1eb9f330023137fe, 'click', function() {infowindow.open(map,m_501853dc6e28aaea1eb9f330023137fe);});$marker.push(m_501853dc6e28aaea1eb9f330023137fe);}});}google.maps.event.addDomListener(window, 'load', initialize);