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.0056,-73.8604)};var g_583f4bb43757d4ee69faaf57cf7c4b39 = new google.maps.Geocoder();g_583f4bb43757d4ee69faaf57cf7c4b39.geocode( { 'address': "507 State Route 67, Ballston Spa, NY 12020"}, function(results, status) {if (status == google.maps.GeocoderStatus.OK) {$i++;if ($i == 1){document.getElementById('ballston-spa-NY-key-bank').style.display = '';map = new google.maps.Map(document.getElementById('ballston-spa-NY-key-bank'), mapOptions);}document.getElementById('175a98a3').innerHTML += ' | View Map';var $l583f4bb43757d4ee69faaf57cf7c4b39 = '

Key Bank

Address: 507 State Route 67, Ballston Spa, NY 12020
Phone: (518) 899-5813
';var m_583f4bb43757d4ee69faaf57cf7c4b39 = new google.maps.Marker({position: results[0].geometry.location,map: map,title: 'Key Bank',});m_583f4bb43757d4ee69faaf57cf7c4b39['infowindow'] = new google.maps.InfoWindow({content: $l583f4bb43757d4ee69faaf57cf7c4b39});var infowindow = new google.maps.InfoWindow({content: $l583f4bb43757d4ee69faaf57cf7c4b39});google.maps.event.addListener(m_583f4bb43757d4ee69faaf57cf7c4b39, 'click', function() {infowindow.open(map,m_583f4bb43757d4ee69faaf57cf7c4b39);});$marker.push(m_583f4bb43757d4ee69faaf57cf7c4b39);}});}google.maps.event.addDomListener(window, 'load', initialize);