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.9014,-117.199)};var g_359f38463d487e9e29bd20e24f0c050a = new google.maps.Geocoder();g_359f38463d487e9e29bd20e24f0c050a.geocode( { 'address': "6370 Lusk Blvd f209, San Diego, CA 92121, USA"}, function(results, status) {if (status == google.maps.GeocoderStatus.OK) {$i++;if ($i == 1){document.getElementById('san-diego-CA-primary-residential-mortgage').style.display = '';map = new google.maps.Map(document.getElementById('san-diego-CA-primary-residential-mortgage'), mapOptions);}document.getElementById('6bbe2731').innerHTML += ' | View Map';var $l359f38463d487e9e29bd20e24f0c050a = '

Primary Residential Mortgage

Address: 6370 Lusk Blvd f209, San Diego, CA 92121, USA
Phone: (858) 458-1556
';var m_359f38463d487e9e29bd20e24f0c050a = new google.maps.Marker({position: results[0].geometry.location,map: map,title: 'Primary Residential Mortgage',});m_359f38463d487e9e29bd20e24f0c050a['infowindow'] = new google.maps.InfoWindow({content: $l359f38463d487e9e29bd20e24f0c050a});var infowindow = new google.maps.InfoWindow({content: $l359f38463d487e9e29bd20e24f0c050a});google.maps.event.addListener(m_359f38463d487e9e29bd20e24f0c050a, 'click', function() {infowindow.open(map,m_359f38463d487e9e29bd20e24f0c050a);});$marker.push(m_359f38463d487e9e29bd20e24f0c050a);}});}google.maps.event.addDomListener(window, 'load', initialize);