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.8672,-73.9161)};var g_d57ab89805400c7d1b2afdeffa449ff8 = new google.maps.Geocoder();g_d57ab89805400c7d1b2afdeffa449ff8.geocode( { 'address': "3961 10th Ave #230, New York, NY 10034, USA"}, function(results, status) {if (status == google.maps.GeocoderStatus.OK) {$i++;if ($i == 1){document.getElementById('new-york-NY-transit-authority-division-b-federal-credit-union').style.display = '';map = new google.maps.Map(document.getElementById('new-york-NY-transit-authority-division-b-federal-credit-union'), mapOptions);}document.getElementById('5fe6d134').innerHTML += ' | View Map';var $ld57ab89805400c7d1b2afdeffa449ff8 = '

Transit Authority Division B Federal Credit Union

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