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.0781,-73.82)};var g_9c108d0cb8dd18ea82733a05930b1aed = new google.maps.Geocoder();g_9c108d0cb8dd18ea82733a05930b1aed.geocode( { 'address': "19 JF King Dr, Bldg 105, Saratoga Springs, NY 12866, USA"}, function(results, status) {if (status == google.maps.GeocoderStatus.OK) {$i++;if ($i == 1){document.getElementById('saratoga-springs-NY-navy-federal-credit-union---restricted-access').style.display = '';map = new google.maps.Map(document.getElementById('saratoga-springs-NY-navy-federal-credit-union---restricted-access'), mapOptions);}document.getElementById('9326b47a').innerHTML += ' | View Map';var $l9c108d0cb8dd18ea82733a05930b1aed = '

Navy Federal Credit Union - Restricted Access

Address: 19 JF King Dr, Bldg 105, Saratoga Springs, NY 12866, USA
Phone: (888) 842-6328
';var m_9c108d0cb8dd18ea82733a05930b1aed = new google.maps.Marker({position: results[0].geometry.location,map: map,title: 'Navy Federal Credit Union - Restricted Access',});m_9c108d0cb8dd18ea82733a05930b1aed['infowindow'] = new google.maps.InfoWindow({content: $l9c108d0cb8dd18ea82733a05930b1aed});var infowindow = new google.maps.InfoWindow({content: $l9c108d0cb8dd18ea82733a05930b1aed});google.maps.event.addListener(m_9c108d0cb8dd18ea82733a05930b1aed, 'click', function() {infowindow.open(map,m_9c108d0cb8dd18ea82733a05930b1aed);});$marker.push(m_9c108d0cb8dd18ea82733a05930b1aed);}});}google.maps.event.addDomListener(window, 'load', initialize);