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.7701,-73.7532)};var g_d887ce2b353c7b5d075058ba628e88dd = new google.maps.Geocoder();g_d887ce2b353c7b5d075058ba628e88dd.geocode( { 'address': "995 New Loudon Rd, Cohoes, NY 12047, USA"}, function(results, status) {if (status == google.maps.GeocoderStatus.OK) {$i++;if ($i == 1){document.getElementById('cohoes-NY-ukrainian-federal-credit-union---albany-branch').style.display = '';map = new google.maps.Map(document.getElementById('cohoes-NY-ukrainian-federal-credit-union---albany-branch'), mapOptions);}document.getElementById('7c64a7a1').innerHTML += ' | View Map';var $ld887ce2b353c7b5d075058ba628e88dd = '

Ukrainian Federal Credit Union - Albany Branch

Address: 995 New Loudon Rd, Cohoes, NY 12047, USA
Phone: (518) 266-0791
';var m_d887ce2b353c7b5d075058ba628e88dd = new google.maps.Marker({position: results[0].geometry.location,map: map,title: 'Ukrainian Federal Credit Union - Albany Branch',});m_d887ce2b353c7b5d075058ba628e88dd['infowindow'] = new google.maps.InfoWindow({content: $ld887ce2b353c7b5d075058ba628e88dd});var infowindow = new google.maps.InfoWindow({content: $ld887ce2b353c7b5d075058ba628e88dd});google.maps.event.addListener(m_d887ce2b353c7b5d075058ba628e88dd, 'click', function() {infowindow.open(map,m_d887ce2b353c7b5d075058ba628e88dd);});$marker.push(m_d887ce2b353c7b5d075058ba628e88dd);}});}google.maps.event.addDomListener(window, 'load', initialize);