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.0808,-73.8151)};var g_ea4ae23776b72e0f3eec7de67170a53d = new google.maps.Geocoder();g_ea4ae23776b72e0f3eec7de67170a53d.geocode( { 'address': "7 Glen Dr, Saratoga Springs, NY 12866, USA"}, function(results, status) {if (status == google.maps.GeocoderStatus.OK) {$i++;if ($i == 1){document.getElementById('saratoga-springs-NY-excalibur-funding-programs-inc').style.display = '';map = new google.maps.Map(document.getElementById('saratoga-springs-NY-excalibur-funding-programs-inc'), mapOptions);}document.getElementById('5f2b124d').innerHTML += ' | View Map';var $lea4ae23776b72e0f3eec7de67170a53d = '

Excalibur Funding Programs, Inc

Address: 7 Glen Dr, Saratoga Springs, NY 12866, USA
Phone: (888) 705-4341
';var m_ea4ae23776b72e0f3eec7de67170a53d = new google.maps.Marker({position: results[0].geometry.location,map: map,title: 'Excalibur Funding Programs, Inc',});m_ea4ae23776b72e0f3eec7de67170a53d['infowindow'] = new google.maps.InfoWindow({content: $lea4ae23776b72e0f3eec7de67170a53d});var infowindow = new google.maps.InfoWindow({content: $lea4ae23776b72e0f3eec7de67170a53d});google.maps.event.addListener(m_ea4ae23776b72e0f3eec7de67170a53d, 'click', function() {infowindow.open(map,m_ea4ae23776b72e0f3eec7de67170a53d);});$marker.push(m_ea4ae23776b72e0f3eec7de67170a53d);}});}google.maps.event.addDomListener(window, 'load', initialize);