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(40.4504,-79.9139)};var g_0391c1f487dcdf5123bb6f0c9f1c293d = new google.maps.Geocoder();g_0391c1f487dcdf5123bb6f0c9f1c293d.geocode( { 'address': "United States, 350 Hastings St, Pittsburgh, PA 15206, USA"}, function(results, status) {if (status == google.maps.GeocoderStatus.OK) {$i++;if ($i == 1){document.getElementById('pittsburgh-PA-go-financial-aid').style.display = '';map = new google.maps.Map(document.getElementById('pittsburgh-PA-go-financial-aid'), mapOptions);}document.getElementById('4574f20b').innerHTML += ' | View Map';var $l0391c1f487dcdf5123bb6f0c9f1c293d = '

Go Financial Aid

Address: United States, 350 Hastings St, Pittsburgh, PA 15206, USA
Phone: (888) 544-9898
';var m_0391c1f487dcdf5123bb6f0c9f1c293d = new google.maps.Marker({position: results[0].geometry.location,map: map,title: 'Go Financial Aid',});m_0391c1f487dcdf5123bb6f0c9f1c293d['infowindow'] = new google.maps.InfoWindow({content: $l0391c1f487dcdf5123bb6f0c9f1c293d});var infowindow = new google.maps.InfoWindow({content: $l0391c1f487dcdf5123bb6f0c9f1c293d});google.maps.event.addListener(m_0391c1f487dcdf5123bb6f0c9f1c293d, 'click', function() {infowindow.open(map,m_0391c1f487dcdf5123bb6f0c9f1c293d);});$marker.push(m_0391c1f487dcdf5123bb6f0c9f1c293d);}});}google.maps.event.addDomListener(window, 'load', initialize);