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.2561,-77.7944)};var g_8a1286ea5d2b5b7ae2f4cec2fd8718c4 = new google.maps.Geocoder();g_8a1286ea5d2b5b7ae2f4cec2fd8718c4.geocode( { 'address': "1 Saxon Dr, Alfred, NY 14802, USA"}, function(results, status) {if (status == google.maps.GeocoderStatus.OK) {$i++;if ($i == 1){document.getElementById('alfred-NY-steuben-trust-atm---alfred-state-dining-hall').style.display = '';map = new google.maps.Map(document.getElementById('alfred-NY-steuben-trust-atm---alfred-state-dining-hall'), mapOptions);}document.getElementById('59ca86c0').innerHTML += ' | View Map';var $l8a1286ea5d2b5b7ae2f4cec2fd8718c4 = '

Steuben Trust ATM - Alfred State Dining Hall

Address: 1 Saxon Dr, Alfred, NY 14802, USA
Phone: (607) 587-9122
';var m_8a1286ea5d2b5b7ae2f4cec2fd8718c4 = new google.maps.Marker({position: results[0].geometry.location,map: map,title: 'Steuben Trust ATM - Alfred State Dining Hall',});m_8a1286ea5d2b5b7ae2f4cec2fd8718c4['infowindow'] = new google.maps.InfoWindow({content: $l8a1286ea5d2b5b7ae2f4cec2fd8718c4});var infowindow = new google.maps.InfoWindow({content: $l8a1286ea5d2b5b7ae2f4cec2fd8718c4});google.maps.event.addListener(m_8a1286ea5d2b5b7ae2f4cec2fd8718c4, 'click', function() {infowindow.open(map,m_8a1286ea5d2b5b7ae2f4cec2fd8718c4);});$marker.push(m_8a1286ea5d2b5b7ae2f4cec2fd8718c4);}});}google.maps.event.addDomListener(window, 'load', initialize);