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.7257,-73.9039)};var g_923b4926a703db2f6355a326bf10656e = new google.maps.Geocoder();g_923b4926a703db2f6355a326bf10656e.geocode( { 'address': "6971 Grand Ave, Maspeth, NY 11378"}, function(results, status) {if (status == google.maps.GeocoderStatus.OK) {$i++;if ($i == 1){document.getElementById('maspeth-NY-amalgamated-bank-of-new-york').style.display = '';map = new google.maps.Map(document.getElementById('maspeth-NY-amalgamated-bank-of-new-york'), mapOptions);}document.getElementById('f37964b2').innerHTML += ' | View Map';var $l923b4926a703db2f6355a326bf10656e = '

Amalgamated Bank of New York

Address: 6971 Grand Ave, Maspeth, NY 11378
Phone: (347) 665-9749
';var m_923b4926a703db2f6355a326bf10656e = new google.maps.Marker({position: results[0].geometry.location,map: map,title: 'Amalgamated Bank of New York',});m_923b4926a703db2f6355a326bf10656e['infowindow'] = new google.maps.InfoWindow({content: $l923b4926a703db2f6355a326bf10656e});var infowindow = new google.maps.InfoWindow({content: $l923b4926a703db2f6355a326bf10656e});google.maps.event.addListener(m_923b4926a703db2f6355a326bf10656e, 'click', function() {infowindow.open(map,m_923b4926a703db2f6355a326bf10656e);});$marker.push(m_923b4926a703db2f6355a326bf10656e);}});}google.maps.event.addDomListener(window, 'load', initialize);