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(42.7812,-73.9553)};var g_db31b813b676603e5e69fcb94de42686 = new google.maps.Geocoder();g_db31b813b676603e5e69fcb94de42686.geocode( { 'address': "1879 Altamont Ave, Schenectady, NY 12303, USA"}, function(results, status) {if (status == google.maps.GeocoderStatus.OK) {$i++;if ($i == 1){document.getElementById('schenectady-NY-first-new-york-federal-credit-union').style.display = '';map = new google.maps.Map(document.getElementById('schenectady-NY-first-new-york-federal-credit-union'), mapOptions);}document.getElementById('1a0a10d1').innerHTML += ' | View Map';var $ldb31b813b676603e5e69fcb94de42686 = '

First New York Federal Credit Union

Address: 1879 Altamont Ave, Schenectady, NY 12303, USA
Phone: (518) 393-1326
';var m_db31b813b676603e5e69fcb94de42686 = new google.maps.Marker({position: results[0].geometry.location,map: map,title: 'First New York Federal Credit Union',});m_db31b813b676603e5e69fcb94de42686['infowindow'] = new google.maps.InfoWindow({content: $ldb31b813b676603e5e69fcb94de42686});var infowindow = new google.maps.InfoWindow({content: $ldb31b813b676603e5e69fcb94de42686});google.maps.event.addListener(m_db31b813b676603e5e69fcb94de42686, 'click', function() {infowindow.open(map,m_db31b813b676603e5e69fcb94de42686);});$marker.push(m_db31b813b676603e5e69fcb94de42686);}});}google.maps.event.addDomListener(window, 'load', initialize);