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.266,-77.7783)};var g_a9cc6694dc40736d7a2ec018ea566113 = new google.maps.Geocoder();g_a9cc6694dc40736d7a2ec018ea566113.geocode( { 'address': "928 NY-244, Alfred Station, NY 14803, USA"}, function(results, status) {if (status == google.maps.GeocoderStatus.OK) {$i++;if ($i == 1){document.getElementById('alfred-station-NY-steuben-trust-company---alfred').style.display = '';map = new google.maps.Map(document.getElementById('alfred-station-NY-steuben-trust-company---alfred'), mapOptions);}document.getElementById('345b6f30').innerHTML += ' | View Map';var $la9cc6694dc40736d7a2ec018ea566113 = '

Steuben Trust Company - Alfred

Address: 928 NY-244, Alfred Station, NY 14803, USA
Phone: (607) 587-9122
';var m_a9cc6694dc40736d7a2ec018ea566113 = new google.maps.Marker({position: results[0].geometry.location,map: map,title: 'Steuben Trust Company - Alfred',});m_a9cc6694dc40736d7a2ec018ea566113['infowindow'] = new google.maps.InfoWindow({content: $la9cc6694dc40736d7a2ec018ea566113});var infowindow = new google.maps.InfoWindow({content: $la9cc6694dc40736d7a2ec018ea566113});google.maps.event.addListener(m_a9cc6694dc40736d7a2ec018ea566113, 'click', function() {infowindow.open(map,m_a9cc6694dc40736d7a2ec018ea566113);});$marker.push(m_a9cc6694dc40736d7a2ec018ea566113);}});}google.maps.event.addDomListener(window, 'load', initialize);