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.9142,-77.3008)};var g_dbcf59a97fa5805e9274f767025757fb = new google.maps.Geocoder();g_dbcf59a97fa5805e9274f767025757fb.geocode( { 'address': "2425 Rochester Rd, Canandaigua, NY 14424, USA"}, function(results, status) {if (status == google.maps.GeocoderStatus.OK) {$i++;if ($i == 1){document.getElementById('canandaigua-NY-five-star-bank-canandaigua-branch').style.display = '';map = new google.maps.Map(document.getElementById('canandaigua-NY-five-star-bank-canandaigua-branch'), mapOptions);}document.getElementById('5041608a').innerHTML += ' | View Map';var $ldbcf59a97fa5805e9274f767025757fb = '

Five Star Bank, Canandaigua Branch

Address: 2425 Rochester Rd, Canandaigua, NY 14424, USA
Phone: (585) 396-1000
';var m_dbcf59a97fa5805e9274f767025757fb = new google.maps.Marker({position: results[0].geometry.location,map: map,title: 'Five Star Bank, Canandaigua Branch',});m_dbcf59a97fa5805e9274f767025757fb['infowindow'] = new google.maps.InfoWindow({content: $ldbcf59a97fa5805e9274f767025757fb});var infowindow = new google.maps.InfoWindow({content: $ldbcf59a97fa5805e9274f767025757fb});google.maps.event.addListener(m_dbcf59a97fa5805e9274f767025757fb, 'click', function() {infowindow.open(map,m_dbcf59a97fa5805e9274f767025757fb);});$marker.push(m_dbcf59a97fa5805e9274f767025757fb);}});}google.maps.event.addDomListener(window, 'load', initialize);