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.8922,-117.152)};var g_b039c4c571b9a717cbc017960bc65569 = new google.maps.Geocoder();g_b039c4c571b9a717cbc017960bc65569.geocode( { 'address': "7847 Dunbrook Rd # H, San Diego, CA 92126, USA"}, function(results, status) {if (status == google.maps.GeocoderStatus.OK) {$i++;if ($i == 1){document.getElementById('san-diego-CA-west-coast-mortgage').style.display = '';map = new google.maps.Map(document.getElementById('san-diego-CA-west-coast-mortgage'), mapOptions);}document.getElementById('44e5eed1').innerHTML += ' | View Map';var $lb039c4c571b9a717cbc017960bc65569 = '

West Coast Mortgage

Address: 7847 Dunbrook Rd # H, San Diego, CA 92126, USA
Phone: (858) 693-8980
';var m_b039c4c571b9a717cbc017960bc65569 = new google.maps.Marker({position: results[0].geometry.location,map: map,title: 'West Coast Mortgage',});m_b039c4c571b9a717cbc017960bc65569['infowindow'] = new google.maps.InfoWindow({content: $lb039c4c571b9a717cbc017960bc65569});var infowindow = new google.maps.InfoWindow({content: $lb039c4c571b9a717cbc017960bc65569});google.maps.event.addListener(m_b039c4c571b9a717cbc017960bc65569, 'click', function() {infowindow.open(map,m_b039c4c571b9a717cbc017960bc65569);});$marker.push(m_b039c4c571b9a717cbc017960bc65569);}});}google.maps.event.addDomListener(window, 'load', initialize);