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.8169,-73.211)};var g_5adb9efda92501648f9dcc408a5e9b11 = new google.maps.Geocoder();g_5adb9efda92501648f9dcc408a5e9b11.geocode( { 'address': "120 Motor Pky, Hauppauge, NY 11788"}, 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('5c3514db').innerHTML += ' | View Map';var $l5adb9efda92501648f9dcc408a5e9b11 = '

Island Federal Credit Union

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