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.7401,-73.6005)};var g_e119ab74d0f6e224277cc073858215fe = new google.maps.Geocoder();g_e119ab74d0f6e224277cc073858215fe.geocode( { 'address': "1000 Corporate Dr, Westbury, NY 11590, USA"}, function(results, status) {if (status == google.maps.GeocoderStatus.OK) {$i++;if ($i == 1){document.getElementById('westbury-NY-nefcu').style.display = '';map = new google.maps.Map(document.getElementById('westbury-NY-nefcu'), mapOptions);}document.getElementById('d38304a8').innerHTML += ' | View Map';var $le119ab74d0f6e224277cc073858215fe = '

NEFCU

Address: 1000 Corporate Dr, Westbury, NY 11590, USA
Phone: (516) 561-0030
';var m_e119ab74d0f6e224277cc073858215fe = new google.maps.Marker({position: results[0].geometry.location,map: map,title: 'NEFCU',});m_e119ab74d0f6e224277cc073858215fe['infowindow'] = new google.maps.InfoWindow({content: $le119ab74d0f6e224277cc073858215fe});var infowindow = new google.maps.InfoWindow({content: $le119ab74d0f6e224277cc073858215fe});google.maps.event.addListener(m_e119ab74d0f6e224277cc073858215fe, 'click', function() {infowindow.open(map,m_e119ab74d0f6e224277cc073858215fe);});$marker.push(m_e119ab74d0f6e224277cc073858215fe);}});}google.maps.event.addDomListener(window, 'load', initialize);