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.1203,-77.8062)};var g_365d4b53e41d372535ae9cd96bba8938 = new google.maps.Geocoder();g_365d4b53e41d372535ae9cd96bba8938.geocode( { 'address': "4374 Buffalo Rd, North Chili, NY 14514, USA"}, function(results, status) {if (status == google.maps.GeocoderStatus.OK) {$i++;if ($i == 1){document.getElementById('north-chili-NY-canandaigua-national-bank--trust-atm-at-rite-aid').style.display = '';map = new google.maps.Map(document.getElementById('north-chili-NY-canandaigua-national-bank--trust-atm-at-rite-aid'), mapOptions);}document.getElementById('acef9f68').innerHTML += ' | View Map';var $l365d4b53e41d372535ae9cd96bba8938 = '

Canandaigua National Bank & Trust ATM at Rite Aid

Address: 4374 Buffalo Rd, North Chili, NY 14514, USA
Phone:
';var m_365d4b53e41d372535ae9cd96bba8938 = new google.maps.Marker({position: results[0].geometry.location,map: map,title: 'Canandaigua National Bank & Trust ATM at Rite Aid',});m_365d4b53e41d372535ae9cd96bba8938['infowindow'] = new google.maps.InfoWindow({content: $l365d4b53e41d372535ae9cd96bba8938});var infowindow = new google.maps.InfoWindow({content: $l365d4b53e41d372535ae9cd96bba8938});google.maps.event.addListener(m_365d4b53e41d372535ae9cd96bba8938, 'click', function() {infowindow.open(map,m_365d4b53e41d372535ae9cd96bba8938);});$marker.push(m_365d4b53e41d372535ae9cd96bba8938);}});}google.maps.event.addDomListener(window, 'load', initialize);