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.6483,-73.7516)};var g_cb4f0b0216187e12a631304255c7c62e = new google.maps.Geocoder();g_cb4f0b0216187e12a631304255c7c62e.geocode( { 'address': "2 Wall St, Albany, NY 12205"}, function(results, status) {if (status == google.maps.GeocoderStatus.OK) {$i++;if ($i == 1){document.getElementById('albany-NY-first-new-york-fcu').style.display = '';map = new google.maps.Map(document.getElementById('albany-NY-first-new-york-fcu'), mapOptions);}document.getElementById('9552e8de').innerHTML += ' | View Map';var $lcb4f0b0216187e12a631304255c7c62e = '

First New York Fcu

Address: 2 Wall St, Albany, NY 12205
Phone: (518) 452-0418
';var m_cb4f0b0216187e12a631304255c7c62e = new google.maps.Marker({position: results[0].geometry.location,map: map,title: 'First New York Fcu',});m_cb4f0b0216187e12a631304255c7c62e['infowindow'] = new google.maps.InfoWindow({content: $lcb4f0b0216187e12a631304255c7c62e});var infowindow = new google.maps.InfoWindow({content: $lcb4f0b0216187e12a631304255c7c62e});google.maps.event.addListener(m_cb4f0b0216187e12a631304255c7c62e, 'click', function() {infowindow.open(map,m_cb4f0b0216187e12a631304255c7c62e);});$marker.push(m_cb4f0b0216187e12a631304255c7c62e);}});}google.maps.event.addDomListener(window, 'load', initialize);