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.936,-73.8089)};var g_a19651479f07635c110f40cce1214d8f = new google.maps.Geocoder();g_a19651479f07635c110f40cce1214d8f.geocode( { 'address': "322 Ruhle Rd S, Ballston Lake, NY 12019, USA"}, function(results, status) {if (status == google.maps.GeocoderStatus.OK) {$i++;if ($i == 1){document.getElementById('ballston-lake-NY-adirondack-trust-company').style.display = '';map = new google.maps.Map(document.getElementById('ballston-lake-NY-adirondack-trust-company'), mapOptions);}document.getElementById('2583184f').innerHTML += ' | View Map';var $la19651479f07635c110f40cce1214d8f = '

Adirondack Trust Company

Address: 322 Ruhle Rd S, Ballston Lake, NY 12019, USA
Phone: (518) 899-0155
';var m_a19651479f07635c110f40cce1214d8f = new google.maps.Marker({position: results[0].geometry.location,map: map,title: 'Adirondack Trust Company',});m_a19651479f07635c110f40cce1214d8f['infowindow'] = new google.maps.InfoWindow({content: $la19651479f07635c110f40cce1214d8f});var infowindow = new google.maps.InfoWindow({content: $la19651479f07635c110f40cce1214d8f});google.maps.event.addListener(m_a19651479f07635c110f40cce1214d8f, 'click', function() {infowindow.open(map,m_a19651479f07635c110f40cce1214d8f);});$marker.push(m_a19651479f07635c110f40cce1214d8f);}});}google.maps.event.addDomListener(window, 'load', initialize);