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.8507,-73.9173)};var g_efcd8aa97258ed90a55cd91eb83804c5 = new google.maps.Geocoder();g_efcd8aa97258ed90a55cd91eb83804c5.geocode( { 'address': "Air National Guard Rd, Scotia, NY 12302, USA"}, function(results, status) {if (status == google.maps.GeocoderStatus.OK) {$i++;if ($i == 1){document.getElementById('scotia-NY-ang-stratton-federal-cu').style.display = '';map = new google.maps.Map(document.getElementById('scotia-NY-ang-stratton-federal-cu'), mapOptions);}document.getElementById('58d236c6').innerHTML += ' | View Map';var $lefcd8aa97258ed90a55cd91eb83804c5 = '

ANG Stratton Federal Cu

Address: Air National Guard Rd, Scotia, NY 12302, USA
Phone: (518) 372-1254
';var m_efcd8aa97258ed90a55cd91eb83804c5 = new google.maps.Marker({position: results[0].geometry.location,map: map,title: 'ANG Stratton Federal Cu',});m_efcd8aa97258ed90a55cd91eb83804c5['infowindow'] = new google.maps.InfoWindow({content: $lefcd8aa97258ed90a55cd91eb83804c5});var infowindow = new google.maps.InfoWindow({content: $lefcd8aa97258ed90a55cd91eb83804c5});google.maps.event.addListener(m_efcd8aa97258ed90a55cd91eb83804c5, 'click', function() {infowindow.open(map,m_efcd8aa97258ed90a55cd91eb83804c5);});$marker.push(m_efcd8aa97258ed90a55cd91eb83804c5);}});}google.maps.event.addDomListener(window, 'load', initialize);