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.7561,-73.9901)};var g_2e07c85fbe15c7aa685ad786f8e22aba = new google.maps.Geocoder();g_2e07c85fbe15c7aa685ad786f8e22aba.geocode( { 'address': "620 8th Ave, New York, NY 10018, USA"}, function(results, status) {if (status == google.maps.GeocoderStatus.OK) {$i++;if ($i == 1){document.getElementById('new-york-NY-new-york-times-employees-federal-credit-union').style.display = '';map = new google.maps.Map(document.getElementById('new-york-NY-new-york-times-employees-federal-credit-union'), mapOptions);}document.getElementById('c5745cb0').innerHTML += ' | View Map';var $l2e07c85fbe15c7aa685ad786f8e22aba = '

New York Times Employees Federal Credit Union

Address: 620 8th Ave, New York, NY 10018, USA
Phone: (212) 354-0351
';var m_2e07c85fbe15c7aa685ad786f8e22aba = new google.maps.Marker({position: results[0].geometry.location,map: map,title: 'New York Times Employees Federal Credit Union',});m_2e07c85fbe15c7aa685ad786f8e22aba['infowindow'] = new google.maps.InfoWindow({content: $l2e07c85fbe15c7aa685ad786f8e22aba});var infowindow = new google.maps.InfoWindow({content: $l2e07c85fbe15c7aa685ad786f8e22aba});google.maps.event.addListener(m_2e07c85fbe15c7aa685ad786f8e22aba, 'click', function() {infowindow.open(map,m_2e07c85fbe15c7aa685ad786f8e22aba);});$marker.push(m_2e07c85fbe15c7aa685ad786f8e22aba);}});}google.maps.event.addDomListener(window, 'load', initialize);