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(43.1821,-77.8033)};var g_102b0e2f28454c63d6911f68ad478df2 = new google.maps.Geocoder();g_102b0e2f28454c63d6911f68ad478df2.geocode( { 'address': "500 S Union St, Spencerport, NY 14559, USA"}, function(results, status) {if (status == google.maps.GeocoderStatus.OK) {$i++;if ($i == 1){document.getElementById('spencerport-NY-canandaigua-national-bank').style.display = '';map = new google.maps.Map(document.getElementById('spencerport-NY-canandaigua-national-bank'), mapOptions);}document.getElementById('35fdc9ab').innerHTML += ' | View Map';var $l102b0e2f28454c63d6911f68ad478df2 = '

Canandaigua National Bank

Address: 500 S Union St, Spencerport, NY 14559, USA
Phone:
';var m_102b0e2f28454c63d6911f68ad478df2 = new google.maps.Marker({position: results[0].geometry.location,map: map,title: 'Canandaigua National Bank',});m_102b0e2f28454c63d6911f68ad478df2['infowindow'] = new google.maps.InfoWindow({content: $l102b0e2f28454c63d6911f68ad478df2});var infowindow = new google.maps.InfoWindow({content: $l102b0e2f28454c63d6911f68ad478df2});google.maps.event.addListener(m_102b0e2f28454c63d6911f68ad478df2, 'click', function() {infowindow.open(map,m_102b0e2f28454c63d6911f68ad478df2);});$marker.push(m_102b0e2f28454c63d6911f68ad478df2);}});}google.maps.event.addDomListener(window, 'load', initialize);