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.9297,-73.6671)};var g_023a2e3497b6e14e5a267ba2fc6f3e7d = new google.maps.Geocoder();g_023a2e3497b6e14e5a267ba2fc6f3e7d.geocode( { 'address': "428 Hudson Ave, Mechanicville, NY 12118, USA"}, function(results, status) {if (status == google.maps.GeocoderStatus.OK) {$i++;if ($i == 1){document.getElementById('mechanicville-NY-ballston-spa-national-bank').style.display = '';map = new google.maps.Map(document.getElementById('mechanicville-NY-ballston-spa-national-bank'), mapOptions);}document.getElementById('95c3fa1d').innerHTML += ' | View Map';var $l023a2e3497b6e14e5a267ba2fc6f3e7d = '

Ballston Spa National Bank

Address: 428 Hudson Ave, Mechanicville, NY 12118, USA
Phone: (518) 664-3200
';var m_023a2e3497b6e14e5a267ba2fc6f3e7d = new google.maps.Marker({position: results[0].geometry.location,map: map,title: 'Ballston Spa National Bank',});m_023a2e3497b6e14e5a267ba2fc6f3e7d['infowindow'] = new google.maps.InfoWindow({content: $l023a2e3497b6e14e5a267ba2fc6f3e7d});var infowindow = new google.maps.InfoWindow({content: $l023a2e3497b6e14e5a267ba2fc6f3e7d});google.maps.event.addListener(m_023a2e3497b6e14e5a267ba2fc6f3e7d, 'click', function() {infowindow.open(map,m_023a2e3497b6e14e5a267ba2fc6f3e7d);});$marker.push(m_023a2e3497b6e14e5a267ba2fc6f3e7d);}});}google.maps.event.addDomListener(window, 'load', initialize);