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.076,-73.7748)};var g_4ab35559cc92240547c18e228f234484 = new google.maps.Geocoder();g_4ab35559cc92240547c18e228f234484.geocode( { 'address': "171 S Broadway, Saratoga Springs, NY 12866"}, function(results, status) {if (status == google.maps.GeocoderStatus.OK) {$i++;if ($i == 1){document.getElementById('saratoga-springs-NY-saratoga-national-bank-trust-co').style.display = '';map = new google.maps.Map(document.getElementById('saratoga-springs-NY-saratoga-national-bank-trust-co'), mapOptions);}document.getElementById('58e8d58d').innerHTML += ' | View Map';var $l4ab35559cc92240547c18e228f234484 = '

Saratoga National Bank & Trust Co

Address: 171 S Broadway, Saratoga Springs, NY 12866
Phone: (518) 583-3114
';var m_4ab35559cc92240547c18e228f234484 = new google.maps.Marker({position: results[0].geometry.location,map: map,title: 'Saratoga National Bank & Trust Co',});m_4ab35559cc92240547c18e228f234484['infowindow'] = new google.maps.InfoWindow({content: $l4ab35559cc92240547c18e228f234484});var infowindow = new google.maps.InfoWindow({content: $l4ab35559cc92240547c18e228f234484});google.maps.event.addListener(m_4ab35559cc92240547c18e228f234484, 'click', function() {infowindow.open(map,m_4ab35559cc92240547c18e228f234484);});$marker.push(m_4ab35559cc92240547c18e228f234484);}});}google.maps.event.addDomListener(window, 'load', initialize);