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.7446,-77.4035)};var g_b2117d30b18a0d9b5bc6427036c30758 = new google.maps.Geocoder();g_b2117d30b18a0d9b5bc6427036c30758.geocode( { 'address': "5662 NY-64, Canandaigua, NY 14424, USA"}, function(results, status) {if (status == google.maps.GeocoderStatus.OK) {$i++;if ($i == 1){document.getElementById('canandaigua-NY-canandaigua-national-bank').style.display = '';map = new google.maps.Map(document.getElementById('canandaigua-NY-canandaigua-national-bank'), mapOptions);}document.getElementById('a69aa6f7').innerHTML += ' | View Map';var $lb2117d30b18a0d9b5bc6427036c30758 = '

Canandaigua National Bank

Address: 5662 NY-64, Canandaigua, NY 14424, USA
Phone:
';var m_b2117d30b18a0d9b5bc6427036c30758 = new google.maps.Marker({position: results[0].geometry.location,map: map,title: 'Canandaigua National Bank',});m_b2117d30b18a0d9b5bc6427036c30758['infowindow'] = new google.maps.InfoWindow({content: $lb2117d30b18a0d9b5bc6427036c30758});var infowindow = new google.maps.InfoWindow({content: $lb2117d30b18a0d9b5bc6427036c30758});google.maps.event.addListener(m_b2117d30b18a0d9b5bc6427036c30758, 'click', function() {infowindow.open(map,m_b2117d30b18a0d9b5bc6427036c30758);});$marker.push(m_b2117d30b18a0d9b5bc6427036c30758);}});}google.maps.event.addDomListener(window, 'load', initialize);