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.8339,-73.0769)};var g_d221aa513a56d8cd64769c2a5fb6ae08 = new google.maps.Geocoder();g_d221aa513a56d8cd64769c2a5fb6ae08.geocode( { 'address': "841 Portion Rd # H, Ronkonkoma, NY 11779, USA"}, function(results, status) {if (status == google.maps.GeocoderStatus.OK) {$i++;if ($i == 1){document.getElementById('ronkonkoma-NY-cwa-long-island-federal-cu').style.display = '';map = new google.maps.Map(document.getElementById('ronkonkoma-NY-cwa-long-island-federal-cu'), mapOptions);}document.getElementById('465a5955').innerHTML += ' | View Map';var $ld221aa513a56d8cd64769c2a5fb6ae08 = '

CWA Long Island Federal Cu

Address: 841 Portion Rd # H, Ronkonkoma, NY 11779, USA
Phone: (631) 585-4600
';var m_d221aa513a56d8cd64769c2a5fb6ae08 = new google.maps.Marker({position: results[0].geometry.location,map: map,title: 'CWA Long Island Federal Cu',});m_d221aa513a56d8cd64769c2a5fb6ae08['infowindow'] = new google.maps.InfoWindow({content: $ld221aa513a56d8cd64769c2a5fb6ae08});var infowindow = new google.maps.InfoWindow({content: $ld221aa513a56d8cd64769c2a5fb6ae08});google.maps.event.addListener(m_d221aa513a56d8cd64769c2a5fb6ae08, 'click', function() {infowindow.open(map,m_d221aa513a56d8cd64769c2a5fb6ae08);});$marker.push(m_d221aa513a56d8cd64769c2a5fb6ae08);}});}google.maps.event.addDomListener(window, 'load', initialize);