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.9409,-117.241)};var g_5f7677792b04a3b8e8b6a8d51c85a796 = new google.maps.Geocoder();g_5f7677792b04a3b8e8b6a8d51c85a796.geocode( { 'address': "12340 El Camino Real # 110, San Diego, CA 92130, USA"}, function(results, status) {if (status == google.maps.GeocoderStatus.OK) {$i++;if ($i == 1){document.getElementById('san-diego-CA-shelter-mortgage').style.display = '';map = new google.maps.Map(document.getElementById('san-diego-CA-shelter-mortgage'), mapOptions);}document.getElementById('b36bb881').innerHTML += ' | View Map';var $l5f7677792b04a3b8e8b6a8d51c85a796 = '

Shelter Mortgage

Address: 12340 El Camino Real # 110, San Diego, CA 92130, USA
Phone: (858) 259-8700
';var m_5f7677792b04a3b8e8b6a8d51c85a796 = new google.maps.Marker({position: results[0].geometry.location,map: map,title: 'Shelter Mortgage',});m_5f7677792b04a3b8e8b6a8d51c85a796['infowindow'] = new google.maps.InfoWindow({content: $l5f7677792b04a3b8e8b6a8d51c85a796});var infowindow = new google.maps.InfoWindow({content: $l5f7677792b04a3b8e8b6a8d51c85a796});google.maps.event.addListener(m_5f7677792b04a3b8e8b6a8d51c85a796, 'click', function() {infowindow.open(map,m_5f7677792b04a3b8e8b6a8d51c85a796);});$marker.push(m_5f7677792b04a3b8e8b6a8d51c85a796);}});}google.maps.event.addDomListener(window, 'load', initialize);