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.6373,-81.3652)};var g_ddbf9a258334877a5cf8a5c65d5b9462 = new google.maps.Geocoder();g_ddbf9a258334877a5cf8a5c65d5b9462.geocode( { 'address': "Building A, Room A-1004, Clocktower Dr, Kirtland, OH 44094, USA"}, function(results, status) {if (status == google.maps.GeocoderStatus.OK) {$i++;if ($i == 1){document.getElementById('kirtland-OH-financial-aid').style.display = '';map = new google.maps.Map(document.getElementById('kirtland-OH-financial-aid'), mapOptions);}document.getElementById('668a6c26').innerHTML += ' | View Map';var $lddbf9a258334877a5cf8a5c65d5b9462 = '

Financial Aid

Address: Building A, Room A-1004, Clocktower Dr, Kirtland, OH 44094, USA
Phone: (440) 525-7070
';var m_ddbf9a258334877a5cf8a5c65d5b9462 = new google.maps.Marker({position: results[0].geometry.location,map: map,title: 'Financial Aid',});m_ddbf9a258334877a5cf8a5c65d5b9462['infowindow'] = new google.maps.InfoWindow({content: $lddbf9a258334877a5cf8a5c65d5b9462});var infowindow = new google.maps.InfoWindow({content: $lddbf9a258334877a5cf8a5c65d5b9462});google.maps.event.addListener(m_ddbf9a258334877a5cf8a5c65d5b9462, 'click', function() {infowindow.open(map,m_ddbf9a258334877a5cf8a5c65d5b9462);});$marker.push(m_ddbf9a258334877a5cf8a5c65d5b9462);}});}google.maps.event.addDomListener(window, 'load', initialize);