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.9832,-77.4116)};var g_36ebed960188b350962287b30f9248e4 = new google.maps.Geocoder();g_36ebed960188b350962287b30f9248e4.geocode( { 'address': "61 W Main St, Victor, NY 14564, USA"}, function(results, status) {if (status == google.maps.GeocoderStatus.OK) {$i++;if ($i == 1){document.getElementById('victor-NY-canandaigua-national-bank--trust').style.display = '';map = new google.maps.Map(document.getElementById('victor-NY-canandaigua-national-bank--trust'), mapOptions);}document.getElementById('dae4e608').innerHTML += ' | View Map';var $l36ebed960188b350962287b30f9248e4 = '

Canandaigua National Bank & Trust

Address: 61 W Main St, Victor, NY 14564, USA
Phone: (585) 742-4950
';var m_36ebed960188b350962287b30f9248e4 = new google.maps.Marker({position: results[0].geometry.location,map: map,title: 'Canandaigua National Bank & Trust',});m_36ebed960188b350962287b30f9248e4['infowindow'] = new google.maps.InfoWindow({content: $l36ebed960188b350962287b30f9248e4});var infowindow = new google.maps.InfoWindow({content: $l36ebed960188b350962287b30f9248e4});google.maps.event.addListener(m_36ebed960188b350962287b30f9248e4, 'click', function() {infowindow.open(map,m_36ebed960188b350962287b30f9248e4);});$marker.push(m_36ebed960188b350962287b30f9248e4);}});}google.maps.event.addDomListener(window, 'load', initialize);