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.7549,-73.9817)};var g_44c96c04903c35fb283e15ac31cb5524 = new google.maps.Geocoder();g_44c96c04903c35fb283e15ac31cb5524.geocode( { 'address': "25 W 43rd St #311, New York, NY 10036, USA"}, function(results, status) {if (status == google.maps.GeocoderStatus.OK) {$i++;if ($i == 1){document.getElementById('new-york-NY-education-affiliates-fed-cu').style.display = '';map = new google.maps.Map(document.getElementById('new-york-NY-education-affiliates-fed-cu'), mapOptions);}document.getElementById('ef7c534b').innerHTML += ' | View Map';var $l44c96c04903c35fb283e15ac31cb5524 = '

Education Affiliates Fed Cu

Address: 25 W 43rd St #311, New York, NY 10036, USA
Phone: (212) 302-1954
';var m_44c96c04903c35fb283e15ac31cb5524 = new google.maps.Marker({position: results[0].geometry.location,map: map,title: 'Education Affiliates Fed Cu',});m_44c96c04903c35fb283e15ac31cb5524['infowindow'] = new google.maps.InfoWindow({content: $l44c96c04903c35fb283e15ac31cb5524});var infowindow = new google.maps.InfoWindow({content: $l44c96c04903c35fb283e15ac31cb5524});google.maps.event.addListener(m_44c96c04903c35fb283e15ac31cb5524, 'click', function() {infowindow.open(map,m_44c96c04903c35fb283e15ac31cb5524);});$marker.push(m_44c96c04903c35fb283e15ac31cb5524);}});}google.maps.event.addDomListener(window, 'load', initialize);