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.7029,-73.8797)};var g_4c295b5a94f302c606f97f26c4bfaa28 = new google.maps.Geocoder();g_4c295b5a94f302c606f97f26c4bfaa28.geocode( { 'address': "5623 Myrtle Ave, Ridgewood, NY 11385"}, function(results, status) {if (status == google.maps.GeocoderStatus.OK) {$i++;if ($i == 1){document.getElementById('ridgewood-NY-amalgamated-bank').style.display = '';map = new google.maps.Map(document.getElementById('ridgewood-NY-amalgamated-bank'), mapOptions);}document.getElementById('27e1e663').innerHTML += ' | View Map';var $l4c295b5a94f302c606f97f26c4bfaa28 = '

Amalgamated Bank

Address: 5623 Myrtle Ave, Ridgewood, NY 11385
Phone: (718) 637-2070
';var m_4c295b5a94f302c606f97f26c4bfaa28 = new google.maps.Marker({position: results[0].geometry.location,map: map,title: 'Amalgamated Bank',});m_4c295b5a94f302c606f97f26c4bfaa28['infowindow'] = new google.maps.InfoWindow({content: $l4c295b5a94f302c606f97f26c4bfaa28});var infowindow = new google.maps.InfoWindow({content: $l4c295b5a94f302c606f97f26c4bfaa28});google.maps.event.addListener(m_4c295b5a94f302c606f97f26c4bfaa28, 'click', function() {infowindow.open(map,m_4c295b5a94f302c606f97f26c4bfaa28);});$marker.push(m_4c295b5a94f302c606f97f26c4bfaa28);}});}google.maps.event.addDomListener(window, 'load', initialize);