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(41.0418,-73.8558)};var g_45710eb8f66c06d077052fc23365d750 = new google.maps.Geocoder();g_45710eb8f66c06d077052fc23365d750.geocode( { 'address': "56 Main St, Irvington, NY 10533"}, function(results, status) {if (status == google.maps.GeocoderStatus.OK) {$i++;if ($i == 1){document.getElementById('irvington-NY-sunnyside-fed-savings-loan-association-of-irvington').style.display = '';map = new google.maps.Map(document.getElementById('irvington-NY-sunnyside-fed-savings-loan-association-of-irvington'), mapOptions);}document.getElementById('1bcde2b8').innerHTML += ' | View Map';var $l45710eb8f66c06d077052fc23365d750 = '

Sunnyside Fed Savings & Loan Association of Irvington

Address: 56 Main St, Irvington, NY 10533
Phone: (914) 591-8000
';var m_45710eb8f66c06d077052fc23365d750 = new google.maps.Marker({position: results[0].geometry.location,map: map,title: 'Sunnyside Fed Savings & Loan Association of Irvington',});m_45710eb8f66c06d077052fc23365d750['infowindow'] = new google.maps.InfoWindow({content: $l45710eb8f66c06d077052fc23365d750});var infowindow = new google.maps.InfoWindow({content: $l45710eb8f66c06d077052fc23365d750});google.maps.event.addListener(m_45710eb8f66c06d077052fc23365d750, 'click', function() {infowindow.open(map,m_45710eb8f66c06d077052fc23365d750);});$marker.push(m_45710eb8f66c06d077052fc23365d750);}});}google.maps.event.addDomListener(window, 'load', initialize);