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.8584,-76.9946)};var g_855069bb71cd6f6a49cbbd27f89605e3 = new google.maps.Geocoder();g_855069bb71cd6f6a49cbbd27f89605e3.geocode( { 'address': "291 Hamilton St, Geneva, NY 14456, USA"}, function(results, status) {if (status == google.maps.GeocoderStatus.OK) {$i++;if ($i == 1){document.getElementById('geneva-NY-canandaigua-national-bank--trust-atm').style.display = '';map = new google.maps.Map(document.getElementById('geneva-NY-canandaigua-national-bank--trust-atm'), mapOptions);}document.getElementById('ab68af2e').innerHTML += ' | View Map';var $l855069bb71cd6f6a49cbbd27f89605e3 = '

Canandaigua National Bank & Trust ATM

Address: 291 Hamilton St, Geneva, NY 14456, USA
Phone:
';var m_855069bb71cd6f6a49cbbd27f89605e3 = new google.maps.Marker({position: results[0].geometry.location,map: map,title: 'Canandaigua National Bank & Trust ATM',});m_855069bb71cd6f6a49cbbd27f89605e3['infowindow'] = new google.maps.InfoWindow({content: $l855069bb71cd6f6a49cbbd27f89605e3});var infowindow = new google.maps.InfoWindow({content: $l855069bb71cd6f6a49cbbd27f89605e3});google.maps.event.addListener(m_855069bb71cd6f6a49cbbd27f89605e3, 'click', function() {infowindow.open(map,m_855069bb71cd6f6a49cbbd27f89605e3);});$marker.push(m_855069bb71cd6f6a49cbbd27f89605e3);}});}google.maps.event.addDomListener(window, 'load', initialize);