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.7082,-74.0105)};var g_500cea41b2a1220f515f22e8beaec365 = new google.maps.Geocoder();g_500cea41b2a1220f515f22e8beaec365.geocode( { 'address': "Equitable Life Building, 120 Broadway #2950, New York, NY 10271, USA"}, function(results, status) {if (status == google.maps.GeocoderStatus.OK) {$i++;if ($i == 1){document.getElementById('new-york-NY-the-federal-savings-bank').style.display = '';map = new google.maps.Map(document.getElementById('new-york-NY-the-federal-savings-bank'), mapOptions);}document.getElementById('b93dd682').innerHTML += ' | View Map';var $l500cea41b2a1220f515f22e8beaec365 = '

The Federal Savings Bank

Address: Equitable Life Building, 120 Broadway #2950, New York, NY 10271, USA
Phone: (646) 568-3600
';var m_500cea41b2a1220f515f22e8beaec365 = new google.maps.Marker({position: results[0].geometry.location,map: map,title: 'The Federal Savings Bank',});m_500cea41b2a1220f515f22e8beaec365['infowindow'] = new google.maps.InfoWindow({content: $l500cea41b2a1220f515f22e8beaec365});var infowindow = new google.maps.InfoWindow({content: $l500cea41b2a1220f515f22e8beaec365});google.maps.event.addListener(m_500cea41b2a1220f515f22e8beaec365, 'click', function() {infowindow.open(map,m_500cea41b2a1220f515f22e8beaec365);});$marker.push(m_500cea41b2a1220f515f22e8beaec365);}});}google.maps.event.addDomListener(window, 'load', initialize);