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(43.0818,-73.7867)};var g_ea3d3ce3db6269971b900e46123e39d3 = new google.maps.Geocoder();g_ea3d3ce3db6269971b900e46123e39d3.geocode( { 'address': "23 Division St, Saratoga Springs, NY 12866, USA"}, function(results, status) {if (status == google.maps.GeocoderStatus.OK) {$i++;if ($i == 1){document.getElementById('saratoga-springs-NY-saratogas-community-fed-cu').style.display = '';map = new google.maps.Map(document.getElementById('saratoga-springs-NY-saratogas-community-fed-cu'), mapOptions);}document.getElementById('6cb85ece').innerHTML += ' | View Map';var $lea3d3ce3db6269971b900e46123e39d3 = '

Saratoga's Community Fed CU

Address: 23 Division St, Saratoga Springs, NY 12866, USA
Phone: (518) 583-2323
';var m_ea3d3ce3db6269971b900e46123e39d3 = new google.maps.Marker({position: results[0].geometry.location,map: map,title: 'Saratoga's Community Fed CU',});m_ea3d3ce3db6269971b900e46123e39d3['infowindow'] = new google.maps.InfoWindow({content: $lea3d3ce3db6269971b900e46123e39d3});var infowindow = new google.maps.InfoWindow({content: $lea3d3ce3db6269971b900e46123e39d3});google.maps.event.addListener(m_ea3d3ce3db6269971b900e46123e39d3, 'click', function() {infowindow.open(map,m_ea3d3ce3db6269971b900e46123e39d3);});$marker.push(m_ea3d3ce3db6269971b900e46123e39d3);}});}google.maps.event.addDomListener(window, 'load', initialize);