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.64,-73.7433)};var g_a9e17c127d741e028ba3e1de832a1023 = new google.maps.Geocoder();g_a9e17c127d741e028ba3e1de832a1023.geocode( { 'address': "52 Washington St, Rensselaer, NY 12144, USA"}, function(results, status) {if (status == google.maps.GeocoderStatus.OK) {$i++;if ($i == 1){document.getElementById('rensselaer-NY-state-employees-fcu').style.display = '';map = new google.maps.Map(document.getElementById('rensselaer-NY-state-employees-fcu'), mapOptions);}document.getElementById('537459fb').innerHTML += ' | View Map';var $la9e17c127d741e028ba3e1de832a1023 = '

State Employees FCU

Address: 52 Washington St, Rensselaer, NY 12144, USA
Phone:
';var m_a9e17c127d741e028ba3e1de832a1023 = new google.maps.Marker({position: results[0].geometry.location,map: map,title: 'State Employees FCU',});m_a9e17c127d741e028ba3e1de832a1023['infowindow'] = new google.maps.InfoWindow({content: $la9e17c127d741e028ba3e1de832a1023});var infowindow = new google.maps.InfoWindow({content: $la9e17c127d741e028ba3e1de832a1023});google.maps.event.addListener(m_a9e17c127d741e028ba3e1de832a1023, 'click', function() {infowindow.open(map,m_a9e17c127d741e028ba3e1de832a1023);});$marker.push(m_a9e17c127d741e028ba3e1de832a1023);}});}google.maps.event.addDomListener(window, 'load', initialize);