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_d84945e93ab9a5577fe2f2c3028ada10 = new google.maps.Geocoder();g_d84945e93ab9a5577fe2f2c3028ada10.geocode( { 'address': "11 W 32nd St, New York, NY 10001"}, function(results, status) {if (status == google.maps.GeocoderStatus.OK) {$i++;if ($i == 1){document.getElementById('new-york-NY-liberty-bank-of-new-york').style.display = '';map = new google.maps.Map(document.getElementById('new-york-NY-liberty-bank-of-new-york'), mapOptions);}document.getElementById('8a753790').innerHTML += ' | View Map';var $ld84945e93ab9a5577fe2f2c3028ada10 = '

Liberty Bank of New York

Address: 11 W 32nd St, New York, NY 10001
Phone: (212) 465-7600
';var m_d84945e93ab9a5577fe2f2c3028ada10 = new google.maps.Marker({position: results[0].geometry.location,map: map,title: 'Liberty Bank of New York',});m_d84945e93ab9a5577fe2f2c3028ada10['infowindow'] = new google.maps.InfoWindow({content: $ld84945e93ab9a5577fe2f2c3028ada10});var infowindow = new google.maps.InfoWindow({content: $ld84945e93ab9a5577fe2f2c3028ada10});google.maps.event.addListener(m_d84945e93ab9a5577fe2f2c3028ada10, 'click', function() {infowindow.open(map,m_d84945e93ab9a5577fe2f2c3028ada10);});$marker.push(m_d84945e93ab9a5577fe2f2c3028ada10);}});}google.maps.event.addDomListener(window, 'load', initialize);