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.1231,-117.799)};var g_512fc3c5227f637e41437c999a2d3169 = new google.maps.Geocoder();g_512fc3c5227f637e41437c999a2d3169.geocode( { 'address': "448 E Foothill Blvd #104, San Dimas, CA 91773, USA"}, function(results, status) {if (status == google.maps.GeocoderStatus.OK) {$i++;if ($i == 1){document.getElementById('san-dimas-CA-loan-source-1').style.display = '';map = new google.maps.Map(document.getElementById('san-dimas-CA-loan-source-1'), mapOptions);}document.getElementById('0bbc9ffc').innerHTML += ' | View Map';var $l512fc3c5227f637e41437c999a2d3169 = '

Loan Source 1

Address: 448 E Foothill Blvd #104, San Dimas, CA 91773, USA
Phone: (888) 743-6450
';var m_512fc3c5227f637e41437c999a2d3169 = new google.maps.Marker({position: results[0].geometry.location,map: map,title: 'Loan Source 1',});m_512fc3c5227f637e41437c999a2d3169['infowindow'] = new google.maps.InfoWindow({content: $l512fc3c5227f637e41437c999a2d3169});var infowindow = new google.maps.InfoWindow({content: $l512fc3c5227f637e41437c999a2d3169});google.maps.event.addListener(m_512fc3c5227f637e41437c999a2d3169, 'click', function() {infowindow.open(map,m_512fc3c5227f637e41437c999a2d3169);});$marker.push(m_512fc3c5227f637e41437c999a2d3169);}});}google.maps.event.addDomListener(window, 'load', initialize);