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.1527,-77.6007)};var g_138fe4f85c216a7648d1518f17a77637 = new google.maps.Geocoder();g_138fe4f85c216a7648d1518f17a77637.geocode( { 'address': "1 Manhattan Square Dr, Rochester, NY 14607, USA"}, function(results, status) {if (status == google.maps.GeocoderStatus.OK) {$i++;if ($i == 1){document.getElementById('rochester-NY-canandaigua-national-bank--trust-atm').style.display = '';map = new google.maps.Map(document.getElementById('rochester-NY-canandaigua-national-bank--trust-atm'), mapOptions);}document.getElementById('481c0a04').innerHTML += ' | View Map';var $l138fe4f85c216a7648d1518f17a77637 = '

Canandaigua National Bank & Trust ATM

Address: 1 Manhattan Square Dr, Rochester, NY 14607, USA
Phone:
';var m_138fe4f85c216a7648d1518f17a77637 = new google.maps.Marker({position: results[0].geometry.location,map: map,title: 'Canandaigua National Bank & Trust ATM',});m_138fe4f85c216a7648d1518f17a77637['infowindow'] = new google.maps.InfoWindow({content: $l138fe4f85c216a7648d1518f17a77637});var infowindow = new google.maps.InfoWindow({content: $l138fe4f85c216a7648d1518f17a77637});google.maps.event.addListener(m_138fe4f85c216a7648d1518f17a77637, 'click', function() {infowindow.open(map,m_138fe4f85c216a7648d1518f17a77637);});$marker.push(m_138fe4f85c216a7648d1518f17a77637);}});}google.maps.event.addDomListener(window, 'load', initialize);