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(37.8048,-122.274)};var g_7611f31f0300a8976544577281bfed9e = new google.maps.Geocoder();g_7611f31f0300a8976544577281bfed9e.geocode( { 'address': "1300 Clay St #600, Oakland, CA 94612, USA"}, function(results, status) {if (status == google.maps.GeocoderStatus.OK) {$i++;if ($i == 1){document.getElementById('oakland-CA-student-loan-tutor').style.display = '';map = new google.maps.Map(document.getElementById('oakland-CA-student-loan-tutor'), mapOptions);}document.getElementById('1c1a9ccb').innerHTML += ' | View Map';var $l7611f31f0300a8976544577281bfed9e = '

Student Loan Tutor

Address: 1300 Clay St #600, Oakland, CA 94612, USA
Phone: (510) 876-0790
';var m_7611f31f0300a8976544577281bfed9e = new google.maps.Marker({position: results[0].geometry.location,map: map,title: 'Student Loan Tutor',});m_7611f31f0300a8976544577281bfed9e['infowindow'] = new google.maps.InfoWindow({content: $l7611f31f0300a8976544577281bfed9e});var infowindow = new google.maps.InfoWindow({content: $l7611f31f0300a8976544577281bfed9e});google.maps.event.addListener(m_7611f31f0300a8976544577281bfed9e, 'click', function() {infowindow.open(map,m_7611f31f0300a8976544577281bfed9e);});$marker.push(m_7611f31f0300a8976544577281bfed9e);}});}google.maps.event.addDomListener(window, 'load', initialize);