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.6945,-73.5059)};var g_0346d29e7a5c1bc7961a6fe50957a3da = new google.maps.Geocoder();g_0346d29e7a5c1bc7961a6fe50957a3da.geocode( { 'address': "1157 Wantagh Ave, Wantagh, NY 11793, USA"}, function(results, status) {if (status == google.maps.GeocoderStatus.OK) {$i++;if ($i == 1){document.getElementById('wantagh-NY-nefcu').style.display = '';map = new google.maps.Map(document.getElementById('wantagh-NY-nefcu'), mapOptions);}document.getElementById('2e7eb987').innerHTML += ' | View Map';var $l0346d29e7a5c1bc7961a6fe50957a3da = '

NEFCU

Address: 1157 Wantagh Ave, Wantagh, NY 11793, USA
Phone: (516) 561-0030
';var m_0346d29e7a5c1bc7961a6fe50957a3da = new google.maps.Marker({position: results[0].geometry.location,map: map,title: 'NEFCU',});m_0346d29e7a5c1bc7961a6fe50957a3da['infowindow'] = new google.maps.InfoWindow({content: $l0346d29e7a5c1bc7961a6fe50957a3da});var infowindow = new google.maps.InfoWindow({content: $l0346d29e7a5c1bc7961a6fe50957a3da});google.maps.event.addListener(m_0346d29e7a5c1bc7961a6fe50957a3da, 'click', function() {infowindow.open(map,m_0346d29e7a5c1bc7961a6fe50957a3da);});$marker.push(m_0346d29e7a5c1bc7961a6fe50957a3da);}});}google.maps.event.addDomListener(window, 'load', initialize);