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.1025,-77.518)};var g_f59a79eadb7741d1485715ec87b85c30 = new google.maps.Geocoder();g_f59a79eadb7741d1485715ec87b85c30.geocode( { 'address': "Smyth Hall, 43 N Campus Dr, Rochester, NY 14618, USA"}, function(results, status) {if (status == google.maps.GeocoderStatus.OK) {$i++;if ($i == 1){document.getElementById('rochester-NY-financial-aid-office').style.display = '';map = new google.maps.Map(document.getElementById('rochester-NY-financial-aid-office'), mapOptions);}document.getElementById('8325a0a1').innerHTML += ' | View Map';var $lf59a79eadb7741d1485715ec87b85c30 = '

Financial Aid Office

Address: Smyth Hall, 43 N Campus Dr, Rochester, NY 14618, USA
Phone: (585) 389-2310
';var m_f59a79eadb7741d1485715ec87b85c30 = new google.maps.Marker({position: results[0].geometry.location,map: map,title: 'Financial Aid Office',});m_f59a79eadb7741d1485715ec87b85c30['infowindow'] = new google.maps.InfoWindow({content: $lf59a79eadb7741d1485715ec87b85c30});var infowindow = new google.maps.InfoWindow({content: $lf59a79eadb7741d1485715ec87b85c30});google.maps.event.addListener(m_f59a79eadb7741d1485715ec87b85c30, 'click', function() {infowindow.open(map,m_f59a79eadb7741d1485715ec87b85c30);});$marker.push(m_f59a79eadb7741d1485715ec87b85c30);}});}google.maps.event.addDomListener(window, 'load', initialize);