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_74398c40d0828895d4176c751a8d2c45 = new google.maps.Geocoder();g_74398c40d0828895d4176c751a8d2c45.geocode( { 'address': "5618 69th St, Maspeth, NY 11378"}, function(results, status) {if (status == google.maps.GeocoderStatus.OK) {$i++;if ($i == 1){document.getElementById('maspeth-NY-maspeth-federal-savings').style.display = '';map = new google.maps.Map(document.getElementById('maspeth-NY-maspeth-federal-savings'), mapOptions);}document.getElementById('3d18b330').innerHTML += ' | View Map';var $l74398c40d0828895d4176c751a8d2c45 = '

Maspeth Federal Savings

Address: 5618 69th St, Maspeth, NY 11378
Phone: (718) 335-1300
';var m_74398c40d0828895d4176c751a8d2c45 = new google.maps.Marker({position: results[0].geometry.location,map: map,title: 'Maspeth Federal Savings',});m_74398c40d0828895d4176c751a8d2c45['infowindow'] = new google.maps.InfoWindow({content: $l74398c40d0828895d4176c751a8d2c45});var infowindow = new google.maps.InfoWindow({content: $l74398c40d0828895d4176c751a8d2c45});google.maps.event.addListener(m_74398c40d0828895d4176c751a8d2c45, 'click', function() {infowindow.open(map,m_74398c40d0828895d4176c751a8d2c45);});$marker.push(m_74398c40d0828895d4176c751a8d2c45);}});}google.maps.event.addDomListener(window, 'load', initialize);