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.9775,-78.0065)};var g_779aee58a113f3232367178bd9c8bde0 = new google.maps.Geocoder();g_779aee58a113f3232367178bd9c8bde0.geocode( { 'address': "151 W Main St, Le Roy, NY 14482, USA"}, function(results, status) {if (status == google.maps.GeocoderStatus.OK) {$i++;if ($i == 1){document.getElementById('le-roy-NY-canandaigua-national-bank--trust-atm-at-rite-aid').style.display = '';map = new google.maps.Map(document.getElementById('le-roy-NY-canandaigua-national-bank--trust-atm-at-rite-aid'), mapOptions);}document.getElementById('e619a3ed').innerHTML += ' | View Map';var $l779aee58a113f3232367178bd9c8bde0 = '

Canandaigua National Bank & Trust ATM at Rite Aid

Address: 151 W Main St, Le Roy, NY 14482, USA
Phone:
';var m_779aee58a113f3232367178bd9c8bde0 = new google.maps.Marker({position: results[0].geometry.location,map: map,title: 'Canandaigua National Bank & Trust ATM at Rite Aid',});m_779aee58a113f3232367178bd9c8bde0['infowindow'] = new google.maps.InfoWindow({content: $l779aee58a113f3232367178bd9c8bde0});var infowindow = new google.maps.InfoWindow({content: $l779aee58a113f3232367178bd9c8bde0});google.maps.event.addListener(m_779aee58a113f3232367178bd9c8bde0, 'click', function() {infowindow.open(map,m_779aee58a113f3232367178bd9c8bde0);});$marker.push(m_779aee58a113f3232367178bd9c8bde0);}});}google.maps.event.addDomListener(window, 'load', initialize);