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.677,-74.4874)};var g_c2bd668c50f5ccf4b5d257c9959cfdb2 = new google.maps.Geocoder();g_c2bd668c50f5ccf4b5d257c9959cfdb2.geocode( { 'address': "117 Veteran\'s Dr, Cobleskill, NY 12043, USA"}, function(results, status) {if (status == google.maps.GeocoderStatus.OK) {$i++;if ($i == 1){document.getElementById('cobleskill-NY-keybank').style.display = '';map = new google.maps.Map(document.getElementById('cobleskill-NY-keybank'), mapOptions);}document.getElementById('85e2b994').innerHTML += ' | View Map';var $lc2bd668c50f5ccf4b5d257c9959cfdb2 = '

KeyBank

Address: 117 Veteran\'s Dr, Cobleskill, NY 12043, USA
Phone: (518) 218-2260
';var m_c2bd668c50f5ccf4b5d257c9959cfdb2 = new google.maps.Marker({position: results[0].geometry.location,map: map,title: 'KeyBank',});m_c2bd668c50f5ccf4b5d257c9959cfdb2['infowindow'] = new google.maps.InfoWindow({content: $lc2bd668c50f5ccf4b5d257c9959cfdb2});var infowindow = new google.maps.InfoWindow({content: $lc2bd668c50f5ccf4b5d257c9959cfdb2});google.maps.event.addListener(m_c2bd668c50f5ccf4b5d257c9959cfdb2, 'click', function() {infowindow.open(map,m_c2bd668c50f5ccf4b5d257c9959cfdb2);});$marker.push(m_c2bd668c50f5ccf4b5d257c9959cfdb2);}});}google.maps.event.addDomListener(window, 'load', initialize);