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.8673,-73.9166)};var g_2f2c8fcf0d0c5fca6b425d66f6649564 = new google.maps.Geocoder();g_2f2c8fcf0d0c5fca6b425d66f6649564.geocode( { 'address': "3961 10th Ave #2, New York, NY 10034, USA"}, function(results, status) {if (status == google.maps.GeocoderStatus.OK) {$i++;if ($i == 1){document.getElementById('new-york-NY-207-federal-credit-union').style.display = '';map = new google.maps.Map(document.getElementById('new-york-NY-207-federal-credit-union'), mapOptions);}document.getElementById('4f9da2ea').innerHTML += ' | View Map';var $l2f2c8fcf0d0c5fca6b425d66f6649564 = '

207 Federal Credit Union

Address: 3961 10th Ave #2, New York, NY 10034, USA
Phone: (212) 942-5750
';var m_2f2c8fcf0d0c5fca6b425d66f6649564 = new google.maps.Marker({position: results[0].geometry.location,map: map,title: '207 Federal Credit Union',});m_2f2c8fcf0d0c5fca6b425d66f6649564['infowindow'] = new google.maps.InfoWindow({content: $l2f2c8fcf0d0c5fca6b425d66f6649564});var infowindow = new google.maps.InfoWindow({content: $l2f2c8fcf0d0c5fca6b425d66f6649564});google.maps.event.addListener(m_2f2c8fcf0d0c5fca6b425d66f6649564, 'click', function() {infowindow.open(map,m_2f2c8fcf0d0c5fca6b425d66f6649564);});$marker.push(m_2f2c8fcf0d0c5fca6b425d66f6649564);}});}google.maps.event.addDomListener(window, 'load', initialize);