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.1682,-77.6019)};var g_82166899aa3db47b87226f5e2abfbca7 = new google.maps.Geocoder();g_82166899aa3db47b87226f5e2abfbca7.geocode( { 'address': "1655 Elmwood Ave, Rochester, NY 14620"}, function(results, status) {if (status == google.maps.GeocoderStatus.OK) {$i++;if ($i == 1){document.getElementById('rochester-NY-upstate-national-bank').style.display = '';map = new google.maps.Map(document.getElementById('rochester-NY-upstate-national-bank'), mapOptions);}document.getElementById('f6bf7290').innerHTML += ' | View Map';var $l82166899aa3db47b87226f5e2abfbca7 = '

Upstate National Bank

Address: 1655 Elmwood Ave, Rochester, NY 14620
Phone: (585) 271-3010
';var m_82166899aa3db47b87226f5e2abfbca7 = new google.maps.Marker({position: results[0].geometry.location,map: map,title: 'Upstate National Bank',});m_82166899aa3db47b87226f5e2abfbca7['infowindow'] = new google.maps.InfoWindow({content: $l82166899aa3db47b87226f5e2abfbca7});var infowindow = new google.maps.InfoWindow({content: $l82166899aa3db47b87226f5e2abfbca7});google.maps.event.addListener(m_82166899aa3db47b87226f5e2abfbca7, 'click', function() {infowindow.open(map,m_82166899aa3db47b87226f5e2abfbca7);});$marker.push(m_82166899aa3db47b87226f5e2abfbca7);}});}google.maps.event.addDomListener(window, 'load', initialize);