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.8515,-73.799)};var g_d92bed54b54112a3f1dff6910592e8ef = new google.maps.Geocoder();g_d92bed54b54112a3f1dff6910592e8ef.geocode( { 'address': "256 Ushers Rd, Clifton Park, NY 12065"}, function(results, status) {if (status == google.maps.GeocoderStatus.OK) {$i++;if ($i == 1){document.getElementById('clifton-park-NY-ballston-spa-national-bank').style.display = '';map = new google.maps.Map(document.getElementById('clifton-park-NY-ballston-spa-national-bank'), mapOptions);}document.getElementById('26e51190').innerHTML += ' | View Map';var $ld92bed54b54112a3f1dff6910592e8ef = '

Ballston Spa National Bank

Address: 256 Ushers Rd, Clifton Park, NY 12065
Phone: (518) 877-6667
';var m_d92bed54b54112a3f1dff6910592e8ef = new google.maps.Marker({position: results[0].geometry.location,map: map,title: 'Ballston Spa National Bank',});m_d92bed54b54112a3f1dff6910592e8ef['infowindow'] = new google.maps.InfoWindow({content: $ld92bed54b54112a3f1dff6910592e8ef});var infowindow = new google.maps.InfoWindow({content: $ld92bed54b54112a3f1dff6910592e8ef});google.maps.event.addListener(m_d92bed54b54112a3f1dff6910592e8ef, 'click', function() {infowindow.open(map,m_d92bed54b54112a3f1dff6910592e8ef);});$marker.push(m_d92bed54b54112a3f1dff6910592e8ef);}});}google.maps.event.addDomListener(window, 'load', initialize);