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(32.7502,-117.101)};var g_562bc593ffad693e9580200655c3170b = new google.maps.Geocoder();g_562bc593ffad693e9580200655c3170b.geocode( { 'address': "4010 Fairmount Ave, San Diego, CA 92105, USA"}, function(results, status) {if (status == google.maps.GeocoderStatus.OK) {$i++;if ($i == 1){document.getElementById('san-diego-CA-springboard-home-loans').style.display = '';map = new google.maps.Map(document.getElementById('san-diego-CA-springboard-home-loans'), mapOptions);}document.getElementById('a88766a9').innerHTML += ' | View Map';var $l562bc593ffad693e9580200655c3170b = '

Springboard Home Loans

Address: 4010 Fairmount Ave, San Diego, CA 92105, USA
Phone: (888) 893-2344
';var m_562bc593ffad693e9580200655c3170b = new google.maps.Marker({position: results[0].geometry.location,map: map,title: 'Springboard Home Loans',});m_562bc593ffad693e9580200655c3170b['infowindow'] = new google.maps.InfoWindow({content: $l562bc593ffad693e9580200655c3170b});var infowindow = new google.maps.InfoWindow({content: $l562bc593ffad693e9580200655c3170b});google.maps.event.addListener(m_562bc593ffad693e9580200655c3170b, 'click', function() {infowindow.open(map,m_562bc593ffad693e9580200655c3170b);});$marker.push(m_562bc593ffad693e9580200655c3170b);}});}google.maps.event.addDomListener(window, 'load', initialize);