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.6437,-73.9636)};var g_818496426803c75612a7483828823f7d = new google.maps.Geocoder();g_818496426803c75612a7483828823f7d.geocode( { 'address': "24 Martin Rd, Voorheesville, NY 12186, USA"}, function(results, status) {if (status == google.maps.GeocoderStatus.OK) {$i++;if ($i == 1){document.getElementById('voorheesville-NY-albany-county-rural-housing-alliance-inc').style.display = '';map = new google.maps.Map(document.getElementById('voorheesville-NY-albany-county-rural-housing-alliance-inc'), mapOptions);}document.getElementById('9b66eaf7').innerHTML += ' | View Map';var $l818496426803c75612a7483828823f7d = '

Albany County Rural Housing Alliance, Inc.

Address: 24 Martin Rd, Voorheesville, NY 12186, USA
Phone: (518) 765-2425
';var m_818496426803c75612a7483828823f7d = new google.maps.Marker({position: results[0].geometry.location,map: map,title: 'Albany County Rural Housing Alliance, Inc.',});m_818496426803c75612a7483828823f7d['infowindow'] = new google.maps.InfoWindow({content: $l818496426803c75612a7483828823f7d});var infowindow = new google.maps.InfoWindow({content: $l818496426803c75612a7483828823f7d});google.maps.event.addListener(m_818496426803c75612a7483828823f7d, 'click', function() {infowindow.open(map,m_818496426803c75612a7483828823f7d);});$marker.push(m_818496426803c75612a7483828823f7d);}});}google.maps.event.addDomListener(window, 'load', initialize);