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.9044,-77.2966)};var g_0a9d11734e64d056367471f16a58e10a = new google.maps.Geocoder();g_0a9d11734e64d056367471f16a58e10a.geocode( { 'address': "5150 North St, Canandaigua, NY 14424, USA"}, function(results, status) {if (status == google.maps.GeocoderStatus.OK) {$i++;if ($i == 1){document.getElementById('canandaigua-NY-citizens-bank-supermarket-branch').style.display = '';map = new google.maps.Map(document.getElementById('canandaigua-NY-citizens-bank-supermarket-branch'), mapOptions);}document.getElementById('dd265f15').innerHTML += ' | View Map';var $l0a9d11734e64d056367471f16a58e10a = '

Citizens Bank Supermarket Branch

Address: 5150 North St, Canandaigua, NY 14424, USA
Phone: (585) 396-9280
';var m_0a9d11734e64d056367471f16a58e10a = new google.maps.Marker({position: results[0].geometry.location,map: map,title: 'Citizens Bank Supermarket Branch',});m_0a9d11734e64d056367471f16a58e10a['infowindow'] = new google.maps.InfoWindow({content: $l0a9d11734e64d056367471f16a58e10a});var infowindow = new google.maps.InfoWindow({content: $l0a9d11734e64d056367471f16a58e10a});google.maps.event.addListener(m_0a9d11734e64d056367471f16a58e10a, 'click', function() {infowindow.open(map,m_0a9d11734e64d056367471f16a58e10a);});$marker.push(m_0a9d11734e64d056367471f16a58e10a);}});}google.maps.event.addDomListener(window, 'load', initialize);