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_a03e5aa252e564c23062c4af8b7adf1e = new google.maps.Geocoder();g_a03e5aa252e564c23062c4af8b7adf1e.geocode( { 'address': "33 Liberty St, New York, NY 10045"}, function(results, status) {if (status == google.maps.GeocoderStatus.OK) {$i++;if ($i == 1){document.getElementById('new-york-NY-federal-reserve-bank-of-new-york').style.display = '';map = new google.maps.Map(document.getElementById('new-york-NY-federal-reserve-bank-of-new-york'), mapOptions);}document.getElementById('6ef9ec11').innerHTML += ' | View Map';var $la03e5aa252e564c23062c4af8b7adf1e = '

Federal Reserve Bank of New York

Address: 33 Liberty St, New York, NY 10045
Phone: (212) 720-5000
';var m_a03e5aa252e564c23062c4af8b7adf1e = new google.maps.Marker({position: results[0].geometry.location,map: map,title: 'Federal Reserve Bank of New York',});m_a03e5aa252e564c23062c4af8b7adf1e['infowindow'] = new google.maps.InfoWindow({content: $la03e5aa252e564c23062c4af8b7adf1e});var infowindow = new google.maps.InfoWindow({content: $la03e5aa252e564c23062c4af8b7adf1e});google.maps.event.addListener(m_a03e5aa252e564c23062c4af8b7adf1e, 'click', function() {infowindow.open(map,m_a03e5aa252e564c23062c4af8b7adf1e);});$marker.push(m_a03e5aa252e564c23062c4af8b7adf1e);}});}google.maps.event.addDomListener(window, 'load', initialize);