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.6654,-73.7223)};var g_a509fdacbe3e9cbc448397eca31c38d7 = new google.maps.Geocoder();g_a509fdacbe3e9cbc448397eca31c38d7.geocode( { 'address': "10 Sunrise Hwy, Valley Stream, NY 11581, USA"}, function(results, status) {if (status == google.maps.GeocoderStatus.OK) {$i++;if ($i == 1){document.getElementById('valley-stream-NY-actors-credit-union').style.display = '';map = new google.maps.Map(document.getElementById('valley-stream-NY-actors-credit-union'), mapOptions);}document.getElementById('d27d4159').innerHTML += ' | View Map';var $la509fdacbe3e9cbc448397eca31c38d7 = '

Actors Credit Union

Address: 10 Sunrise Hwy, Valley Stream, NY 11581, USA
Phone:
';var m_a509fdacbe3e9cbc448397eca31c38d7 = new google.maps.Marker({position: results[0].geometry.location,map: map,title: 'Actors Credit Union',});m_a509fdacbe3e9cbc448397eca31c38d7['infowindow'] = new google.maps.InfoWindow({content: $la509fdacbe3e9cbc448397eca31c38d7});var infowindow = new google.maps.InfoWindow({content: $la509fdacbe3e9cbc448397eca31c38d7});google.maps.event.addListener(m_a509fdacbe3e9cbc448397eca31c38d7, 'click', function() {infowindow.open(map,m_a509fdacbe3e9cbc448397eca31c38d7);});$marker.push(m_a509fdacbe3e9cbc448397eca31c38d7);}});}google.maps.event.addDomListener(window, 'load', initialize);