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.7063,-74.0135)};var g_210c0a801b29370b529936af8871d923 = new google.maps.Geocoder();g_210c0a801b29370b529936af8871d923.geocode( { 'address': "39 Broadway, New York, NY 10006, USA"}, function(results, status) {if (status == google.maps.GeocoderStatus.OK) {$i++;if ($i == 1){document.getElementById('new-york-NY-national-federation-of-community-development-credit-unions').style.display = '';map = new google.maps.Map(document.getElementById('new-york-NY-national-federation-of-community-development-credit-unions'), mapOptions);}document.getElementById('4cd5a796').innerHTML += ' | View Map';var $l210c0a801b29370b529936af8871d923 = '

National Federation of Community Development Credit Unions

Address: 39 Broadway, New York, NY 10006, USA
Phone: (212) 809-1850
';var m_210c0a801b29370b529936af8871d923 = new google.maps.Marker({position: results[0].geometry.location,map: map,title: 'National Federation of Community Development Credit Unions',});m_210c0a801b29370b529936af8871d923['infowindow'] = new google.maps.InfoWindow({content: $l210c0a801b29370b529936af8871d923});var infowindow = new google.maps.InfoWindow({content: $l210c0a801b29370b529936af8871d923});google.maps.event.addListener(m_210c0a801b29370b529936af8871d923, 'click', function() {infowindow.open(map,m_210c0a801b29370b529936af8871d923);});$marker.push(m_210c0a801b29370b529936af8871d923);}});}google.maps.event.addDomListener(window, 'load', initialize);