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(36.811,-119.745)};var g_e00655603e137931ad174bd568895487 = new google.maps.Geocoder();g_e00655603e137931ad174bd568895487.geocode( { 'address': "5150 N Maple Ave #296, Fresno, CA 93740, USA"}, function(results, status) {if (status == google.maps.GeocoderStatus.OK) {$i++;if ($i == 1){document.getElementById('fresno-CA-financial-aid').style.display = '';map = new google.maps.Map(document.getElementById('fresno-CA-financial-aid'), mapOptions);}document.getElementById('3a2fb2bb').innerHTML += ' | View Map';var $le00655603e137931ad174bd568895487 = '

Financial Aid

Address: 5150 N Maple Ave #296, Fresno, CA 93740, USA
Phone: (559) 278-2182
';var m_e00655603e137931ad174bd568895487 = new google.maps.Marker({position: results[0].geometry.location,map: map,title: 'Financial Aid',});m_e00655603e137931ad174bd568895487['infowindow'] = new google.maps.InfoWindow({content: $le00655603e137931ad174bd568895487});var infowindow = new google.maps.InfoWindow({content: $le00655603e137931ad174bd568895487});google.maps.event.addListener(m_e00655603e137931ad174bd568895487, 'click', function() {infowindow.open(map,m_e00655603e137931ad174bd568895487);});$marker.push(m_e00655603e137931ad174bd568895487);}});}google.maps.event.addDomListener(window, 'load', initialize);