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(34.1429,-118.133)};var g_4823b3773a1045c2cc5e857b35e3648b = new google.maps.Geocoder();g_4823b3773a1045c2cc5e857b35e3648b.geocode( { 'address': "175 S Lake Ave Suite 200, Pasadena, CA 91101, USA"}, function(results, status) {if (status == google.maps.GeocoderStatus.OK) {$i++;if ($i == 1){document.getElementById('pasadena-CA-medical-school-loans').style.display = '';map = new google.maps.Map(document.getElementById('pasadena-CA-medical-school-loans'), mapOptions);}document.getElementById('f2930b86').innerHTML += ' | View Map';var $l4823b3773a1045c2cc5e857b35e3648b = '

Medical School Loans

Address: 175 S Lake Ave Suite 200, Pasadena, CA 91101, USA
Phone: (800) 680-7197
';var m_4823b3773a1045c2cc5e857b35e3648b = new google.maps.Marker({position: results[0].geometry.location,map: map,title: 'Medical School Loans',});m_4823b3773a1045c2cc5e857b35e3648b['infowindow'] = new google.maps.InfoWindow({content: $l4823b3773a1045c2cc5e857b35e3648b});var infowindow = new google.maps.InfoWindow({content: $l4823b3773a1045c2cc5e857b35e3648b});google.maps.event.addListener(m_4823b3773a1045c2cc5e857b35e3648b, 'click', function() {infowindow.open(map,m_4823b3773a1045c2cc5e857b35e3648b);});$marker.push(m_4823b3773a1045c2cc5e857b35e3648b);}});}google.maps.event.addDomListener(window, 'load', initialize);