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.807,-73.2617)};var g_f85326eab04adbaebf71d74a66956819 = new google.maps.Geocoder();g_f85326eab04adbaebf71d74a66956819.geocode( { 'address': "120 Motor Pkwy, Hauppauge, NY 11788, USA"}, function(results, status) {if (status == google.maps.GeocoderStatus.OK) {$i++;if ($i == 1){document.getElementById('hauppauge-NY-island-federal-credit-union').style.display = '';map = new google.maps.Map(document.getElementById('hauppauge-NY-island-federal-credit-union'), mapOptions);}document.getElementById('ae8ec69c').innerHTML += ' | View Map';var $lf85326eab04adbaebf71d74a66956819 = '

Island Federal Credit Union

Address: 120 Motor Pkwy, Hauppauge, NY 11788, USA
Phone: (631) 851-1100
';var m_f85326eab04adbaebf71d74a66956819 = new google.maps.Marker({position: results[0].geometry.location,map: map,title: 'Island Federal Credit Union',});m_f85326eab04adbaebf71d74a66956819['infowindow'] = new google.maps.InfoWindow({content: $lf85326eab04adbaebf71d74a66956819});var infowindow = new google.maps.InfoWindow({content: $lf85326eab04adbaebf71d74a66956819});google.maps.event.addListener(m_f85326eab04adbaebf71d74a66956819, 'click', function() {infowindow.open(map,m_f85326eab04adbaebf71d74a66956819);});$marker.push(m_f85326eab04adbaebf71d74a66956819);}});}google.maps.event.addDomListener(window, 'load', initialize);