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.1488,-118.101)};var g_b304951799c85008eb3927e611994233 = new google.maps.Geocoder();g_b304951799c85008eb3927e611994233.geocode( { 'address': "145 N Sierra Madre Blvd, Pasadena, CA 91107, USA"}, function(results, status) {if (status == google.maps.GeocoderStatus.OK) {$i++;if ($i == 1){document.getElementById('pasadena-CA-patient-loans').style.display = '';map = new google.maps.Map(document.getElementById('pasadena-CA-patient-loans'), mapOptions);}document.getElementById('bff96eab').innerHTML += ' | View Map';var $lb304951799c85008eb3927e611994233 = '

Patient Loans

Address: 145 N Sierra Madre Blvd, Pasadena, CA 91107, USA
Phone: (888) 400-7566
';var m_b304951799c85008eb3927e611994233 = new google.maps.Marker({position: results[0].geometry.location,map: map,title: 'Patient Loans',});m_b304951799c85008eb3927e611994233['infowindow'] = new google.maps.InfoWindow({content: $lb304951799c85008eb3927e611994233});var infowindow = new google.maps.InfoWindow({content: $lb304951799c85008eb3927e611994233});google.maps.event.addListener(m_b304951799c85008eb3927e611994233, 'click', function() {infowindow.open(map,m_b304951799c85008eb3927e611994233);});$marker.push(m_b304951799c85008eb3927e611994233);}});}google.maps.event.addDomListener(window, 'load', initialize);