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.877,-77.264)};var g_c00a960f19e3fd12791c314a530735e5 = new google.maps.Geocoder();g_c00a960f19e3fd12791c314a530735e5.geocode( { 'address': "145 Eastern Blvd, Canandaigua, NY 14424, USA"}, function(results, status) {if (status == google.maps.GeocoderStatus.OK) {$i++;if ($i == 1){document.getElementById('canandaigua-NY-keybank').style.display = '';map = new google.maps.Map(document.getElementById('canandaigua-NY-keybank'), mapOptions);}document.getElementById('0abcc6aa').innerHTML += ' | View Map';var $lc00a960f19e3fd12791c314a530735e5 = '

KeyBank

Address: 145 Eastern Blvd, Canandaigua, NY 14424, USA
Phone: (585) 396-7700
';var m_c00a960f19e3fd12791c314a530735e5 = new google.maps.Marker({position: results[0].geometry.location,map: map,title: 'KeyBank',});m_c00a960f19e3fd12791c314a530735e5['infowindow'] = new google.maps.InfoWindow({content: $lc00a960f19e3fd12791c314a530735e5});var infowindow = new google.maps.InfoWindow({content: $lc00a960f19e3fd12791c314a530735e5});google.maps.event.addListener(m_c00a960f19e3fd12791c314a530735e5, 'click', function() {infowindow.open(map,m_c00a960f19e3fd12791c314a530735e5);});$marker.push(m_c00a960f19e3fd12791c314a530735e5);}});}google.maps.event.addDomListener(window, 'load', initialize);