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.7345,-73.6358)};var g_3615f5104618927aa18166f40fe19d44 = new google.maps.Geocoder();g_3615f5104618927aa18166f40fe19d44.geocode( { 'address': "1325 Franklin Ave Suite 101, Garden City, NY 11530, USA"}, function(results, status) {if (status == google.maps.GeocoderStatus.OK) {$i++;if ($i == 1){document.getElementById('garden-city-NY-nassau-financial-federal-credit-union').style.display = '';map = new google.maps.Map(document.getElementById('garden-city-NY-nassau-financial-federal-credit-union'), mapOptions);}document.getElementById('f4bcefd3').innerHTML += ' | View Map';var $l3615f5104618927aa18166f40fe19d44 = '

Nassau Financial Federal Credit Union

Address: 1325 Franklin Ave Suite 101, Garden City, NY 11530, USA
Phone: (516) 742-4900
';var m_3615f5104618927aa18166f40fe19d44 = new google.maps.Marker({position: results[0].geometry.location,map: map,title: 'Nassau Financial Federal Credit Union',});m_3615f5104618927aa18166f40fe19d44['infowindow'] = new google.maps.InfoWindow({content: $l3615f5104618927aa18166f40fe19d44});var infowindow = new google.maps.InfoWindow({content: $l3615f5104618927aa18166f40fe19d44});google.maps.event.addListener(m_3615f5104618927aa18166f40fe19d44, 'click', function() {infowindow.open(map,m_3615f5104618927aa18166f40fe19d44);});$marker.push(m_3615f5104618927aa18166f40fe19d44);}});}google.maps.event.addDomListener(window, 'load', initialize);