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.8865,-77.2819)};var g_4c295ce256f80cba0d74372b48eb95bc = new google.maps.Geocoder();g_4c295ce256f80cba0d74372b48eb95bc.geocode( { 'address': "72 S Main St, Canandaigua, NY 14424, USA"}, function(results, status) {if (status == google.maps.GeocoderStatus.OK) {$i++;if ($i == 1){document.getElementById('canandaigua-NY-canandaigua-national-bank--trust').style.display = '';map = new google.maps.Map(document.getElementById('canandaigua-NY-canandaigua-national-bank--trust'), mapOptions);}document.getElementById('d279301f').innerHTML += ' | View Map';var $l4c295ce256f80cba0d74372b48eb95bc = '

Canandaigua National Bank & Trust

Address: 72 S Main St, Canandaigua, NY 14424, USA
Phone: (585) 394-4260
';var m_4c295ce256f80cba0d74372b48eb95bc = new google.maps.Marker({position: results[0].geometry.location,map: map,title: 'Canandaigua National Bank & Trust',});m_4c295ce256f80cba0d74372b48eb95bc['infowindow'] = new google.maps.InfoWindow({content: $l4c295ce256f80cba0d74372b48eb95bc});var infowindow = new google.maps.InfoWindow({content: $l4c295ce256f80cba0d74372b48eb95bc});google.maps.event.addListener(m_4c295ce256f80cba0d74372b48eb95bc, 'click', function() {infowindow.open(map,m_4c295ce256f80cba0d74372b48eb95bc);});$marker.push(m_4c295ce256f80cba0d74372b48eb95bc);}});}google.maps.event.addDomListener(window, 'load', initialize);