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(41.376,-83.6426)};var g_260658a06ab7eb6eae95e4032aa6b258 = new google.maps.Geocoder();g_260658a06ab7eb6eae95e4032aa6b258.geocode( { 'address': "Bowling Green, OH 43403, USA"}, function(results, status) {if (status == google.maps.GeocoderStatus.OK) {$i++;if ($i == 1){document.getElementById('bowling-green-OH-bgsu---student-financial-aid-office').style.display = '';map = new google.maps.Map(document.getElementById('bowling-green-OH-bgsu---student-financial-aid-office'), mapOptions);}document.getElementById('225d3bfc').innerHTML += ' | View Map';var $l260658a06ab7eb6eae95e4032aa6b258 = '

BGSU - Student Financial Aid Office

Address: Bowling Green, OH 43403, USA
Phone: (419) 372-2651
';var m_260658a06ab7eb6eae95e4032aa6b258 = new google.maps.Marker({position: results[0].geometry.location,map: map,title: 'BGSU - Student Financial Aid Office',});m_260658a06ab7eb6eae95e4032aa6b258['infowindow'] = new google.maps.InfoWindow({content: $l260658a06ab7eb6eae95e4032aa6b258});var infowindow = new google.maps.InfoWindow({content: $l260658a06ab7eb6eae95e4032aa6b258});google.maps.event.addListener(m_260658a06ab7eb6eae95e4032aa6b258, 'click', function() {infowindow.open(map,m_260658a06ab7eb6eae95e4032aa6b258);});$marker.push(m_260658a06ab7eb6eae95e4032aa6b258);}});}google.maps.event.addDomListener(window, 'load', initialize);