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.112,-77.9451)};var g_950603cf46817ee4e320b2db79be5a71 = new google.maps.Geocoder();g_950603cf46817ee4e320b2db79be5a71.geocode( { 'address': "475 N Highland Ave, Wellsville, NY 14895"}, function(results, status) {if (status == google.maps.GeocoderStatus.OK) {$i++;if ($i == 1){document.getElementById('wellsville-NY-steuben-trust-co').style.display = '';map = new google.maps.Map(document.getElementById('wellsville-NY-steuben-trust-co'), mapOptions);}document.getElementById('72a591fc').innerHTML += ' | View Map';var $l950603cf46817ee4e320b2db79be5a71 = '

Steuben Trust Co

Address: 475 N Highland Ave, Wellsville, NY 14895
Phone: (585) 593-0100
';var m_950603cf46817ee4e320b2db79be5a71 = new google.maps.Marker({position: results[0].geometry.location,map: map,title: 'Steuben Trust Co',});m_950603cf46817ee4e320b2db79be5a71['infowindow'] = new google.maps.InfoWindow({content: $l950603cf46817ee4e320b2db79be5a71});var infowindow = new google.maps.InfoWindow({content: $l950603cf46817ee4e320b2db79be5a71});google.maps.event.addListener(m_950603cf46817ee4e320b2db79be5a71, 'click', function() {infowindow.open(map,m_950603cf46817ee4e320b2db79be5a71);});$marker.push(m_950603cf46817ee4e320b2db79be5a71);}});}google.maps.event.addDomListener(window, 'load', initialize);