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.752,-73.9945)};var g_65d9c8aa8382e68bd920056202a13c38 = new google.maps.Geocoder();g_65d9c8aa8382e68bd920056202a13c38.geocode( { 'address': "55 Water St, New York, NY 10041"}, function(results, status) {if (status == google.maps.GeocoderStatus.OK) {$i++;if ($i == 1){document.getElementById('new-york-NY-mcgraw-hill-employees-fcu').style.display = '';map = new google.maps.Map(document.getElementById('new-york-NY-mcgraw-hill-employees-fcu'), mapOptions);}document.getElementById('5a16b560').innerHTML += ' | View Map';var $l65d9c8aa8382e68bd920056202a13c38 = '

McGraw Hill Employees FCU

Address: 55 Water St, New York, NY 10041
Phone: (212) 514-5048
';var m_65d9c8aa8382e68bd920056202a13c38 = new google.maps.Marker({position: results[0].geometry.location,map: map,title: 'McGraw Hill Employees FCU',});m_65d9c8aa8382e68bd920056202a13c38['infowindow'] = new google.maps.InfoWindow({content: $l65d9c8aa8382e68bd920056202a13c38});var infowindow = new google.maps.InfoWindow({content: $l65d9c8aa8382e68bd920056202a13c38});google.maps.event.addListener(m_65d9c8aa8382e68bd920056202a13c38, 'click', function() {infowindow.open(map,m_65d9c8aa8382e68bd920056202a13c38);});$marker.push(m_65d9c8aa8382e68bd920056202a13c38);}});}google.maps.event.addDomListener(window, 'load', initialize);