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.805,-73.1945)};var g_c899810667792acccea5a7fb0a4000e3 = new google.maps.Geocoder();g_c899810667792acccea5a7fb0a4000e3.geocode( { 'address': "1282 Motor Pkwy, Islandia, NY 11749, USA"}, function(results, status) {if (status == google.maps.GeocoderStatus.OK) {$i++;if ($i == 1){document.getElementById('islandia-NY-suffolk-federal-credit-union').style.display = '';map = new google.maps.Map(document.getElementById('islandia-NY-suffolk-federal-credit-union'), mapOptions);}document.getElementById('9bbc359b').innerHTML += ' | View Map';var $lc899810667792acccea5a7fb0a4000e3 = '

Suffolk Federal Credit Union

Address: 1282 Motor Pkwy, Islandia, NY 11749, USA
Phone: (631) 924-8000
';var m_c899810667792acccea5a7fb0a4000e3 = new google.maps.Marker({position: results[0].geometry.location,map: map,title: 'Suffolk Federal Credit Union',});m_c899810667792acccea5a7fb0a4000e3['infowindow'] = new google.maps.InfoWindow({content: $lc899810667792acccea5a7fb0a4000e3});var infowindow = new google.maps.InfoWindow({content: $lc899810667792acccea5a7fb0a4000e3});google.maps.event.addListener(m_c899810667792acccea5a7fb0a4000e3, 'click', function() {infowindow.open(map,m_c899810667792acccea5a7fb0a4000e3);});$marker.push(m_c899810667792acccea5a7fb0a4000e3);}});}google.maps.event.addDomListener(window, 'load', initialize);