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.1146,-77.6111)};var g_52bf62413db9b52885d96e280c376815 = new google.maps.Geocoder();g_52bf62413db9b52885d96e280c376815.geocode( { 'address': "395 Westfall Rd, Rochester, NY 14620, USA"}, function(results, status) {if (status == google.maps.GeocoderStatus.OK) {$i++;if ($i == 1){document.getElementById('rochester-NY-five-star-bank-city-gate-branch').style.display = '';map = new google.maps.Map(document.getElementById('rochester-NY-five-star-bank-city-gate-branch'), mapOptions);}document.getElementById('a345d457').innerHTML += ' | View Map';var $l52bf62413db9b52885d96e280c376815 = '

Five Star Bank, City Gate Branch

Address: 395 Westfall Rd, Rochester, NY 14620, USA
Phone: (585) 295-8100
';var m_52bf62413db9b52885d96e280c376815 = new google.maps.Marker({position: results[0].geometry.location,map: map,title: 'Five Star Bank, City Gate Branch',});m_52bf62413db9b52885d96e280c376815['infowindow'] = new google.maps.InfoWindow({content: $l52bf62413db9b52885d96e280c376815});var infowindow = new google.maps.InfoWindow({content: $l52bf62413db9b52885d96e280c376815});google.maps.event.addListener(m_52bf62413db9b52885d96e280c376815, 'click', function() {infowindow.open(map,m_52bf62413db9b52885d96e280c376815);});$marker.push(m_52bf62413db9b52885d96e280c376815);}});}google.maps.event.addDomListener(window, 'load', initialize);