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.1585,-77.6147)};var g_66899669eea9dafff4d33634d899827b = new google.maps.Geocoder();g_66899669eea9dafff4d33634d899827b.geocode( { 'address': "150 State Street, 3rd Floor, Rochester, NY 14614, USA"}, 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('46934b56').innerHTML += ' | View Map';var $l66899669eea9dafff4d33634d899827b = '

Upstate National Bank

Address: 150 State Street, 3rd Floor, Rochester, NY 14614, USA
Phone: (585) 454-3450
';var m_66899669eea9dafff4d33634d899827b = new google.maps.Marker({position: results[0].geometry.location,map: map,title: 'Upstate National Bank',});m_66899669eea9dafff4d33634d899827b['infowindow'] = new google.maps.InfoWindow({content: $l66899669eea9dafff4d33634d899827b});var infowindow = new google.maps.InfoWindow({content: $l66899669eea9dafff4d33634d899827b});google.maps.event.addListener(m_66899669eea9dafff4d33634d899827b, 'click', function() {infowindow.open(map,m_66899669eea9dafff4d33634d899827b);});$marker.push(m_66899669eea9dafff4d33634d899827b);}});}google.maps.event.addDomListener(window, 'load', initialize);