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(44.9267,-74.0799)};var g_62cf8358ca599bbd89a0fa96f92a7d83 = new google.maps.Geocoder();g_62cf8358ca599bbd89a0fa96f92a7d83.geocode( { 'address': "151 W Main St, Chateaugay, NY 12920, USA"}, function(results, status) {if (status == google.maps.GeocoderStatus.OK) {$i++;if ($i == 1){document.getElementById('chateaugay-NY-keybank').style.display = '';map = new google.maps.Map(document.getElementById('chateaugay-NY-keybank'), mapOptions);}document.getElementById('e93da761').innerHTML += ' | View Map';var $l62cf8358ca599bbd89a0fa96f92a7d83 = '

KeyBank

Address: 151 W Main St, Chateaugay, NY 12920, USA
Phone: (518) 497-6661
';var m_62cf8358ca599bbd89a0fa96f92a7d83 = new google.maps.Marker({position: results[0].geometry.location,map: map,title: 'KeyBank',});m_62cf8358ca599bbd89a0fa96f92a7d83['infowindow'] = new google.maps.InfoWindow({content: $l62cf8358ca599bbd89a0fa96f92a7d83});var infowindow = new google.maps.InfoWindow({content: $l62cf8358ca599bbd89a0fa96f92a7d83});google.maps.event.addListener(m_62cf8358ca599bbd89a0fa96f92a7d83, 'click', function() {infowindow.open(map,m_62cf8358ca599bbd89a0fa96f92a7d83);});$marker.push(m_62cf8358ca599bbd89a0fa96f92a7d83);}});}google.maps.event.addDomListener(window, 'load', initialize);