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.708,-73.6181)};var g_8850e0e0f33dd7b48f7ec368b9d4ab27 = new google.maps.Geocoder();g_8850e0e0f33dd7b48f7ec368b9d4ab27.geocode( { 'address': "60 Peninsula Blvd, Hempstead, NY 11550, USA"}, function(results, status) {if (status == google.maps.GeocoderStatus.OK) {$i++;if ($i == 1){document.getElementById('hempstead-NY-varick-memorial-fcu').style.display = '';map = new google.maps.Map(document.getElementById('hempstead-NY-varick-memorial-fcu'), mapOptions);}document.getElementById('184c4869').innerHTML += ' | View Map';var $l8850e0e0f33dd7b48f7ec368b9d4ab27 = '

Varick Memorial FCU

Address: 60 Peninsula Blvd, Hempstead, NY 11550, USA
Phone: (516) 564-6061
';var m_8850e0e0f33dd7b48f7ec368b9d4ab27 = new google.maps.Marker({position: results[0].geometry.location,map: map,title: 'Varick Memorial FCU',});m_8850e0e0f33dd7b48f7ec368b9d4ab27['infowindow'] = new google.maps.InfoWindow({content: $l8850e0e0f33dd7b48f7ec368b9d4ab27});var infowindow = new google.maps.InfoWindow({content: $l8850e0e0f33dd7b48f7ec368b9d4ab27});google.maps.event.addListener(m_8850e0e0f33dd7b48f7ec368b9d4ab27, 'click', function() {infowindow.open(map,m_8850e0e0f33dd7b48f7ec368b9d4ab27);});$marker.push(m_8850e0e0f33dd7b48f7ec368b9d4ab27);}});}google.maps.event.addDomListener(window, 'load', initialize);