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(33.04,-117.292)};var g_337572833d919bd3a9185477085d93b0 = new google.maps.Geocoder();g_337572833d919bd3a9185477085d93b0.geocode( { 'address': "945 S Vulcan Ave # A, Encinitas, CA 92024, USA"}, function(results, status) {if (status == google.maps.GeocoderStatus.OK) {$i++;if ($i == 1){document.getElementById('encinitas-CA-asset-alliance-mortgage').style.display = '';map = new google.maps.Map(document.getElementById('encinitas-CA-asset-alliance-mortgage'), mapOptions);}document.getElementById('8895f986').innerHTML += ' | View Map';var $l337572833d919bd3a9185477085d93b0 = '

Asset Alliance Mortgage

Address: 945 S Vulcan Ave # A, Encinitas, CA 92024, USA
Phone: (760) 632-7701
';var m_337572833d919bd3a9185477085d93b0 = new google.maps.Marker({position: results[0].geometry.location,map: map,title: 'Asset Alliance Mortgage',});m_337572833d919bd3a9185477085d93b0['infowindow'] = new google.maps.InfoWindow({content: $l337572833d919bd3a9185477085d93b0});var infowindow = new google.maps.InfoWindow({content: $l337572833d919bd3a9185477085d93b0});google.maps.event.addListener(m_337572833d919bd3a9185477085d93b0, 'click', function() {infowindow.open(map,m_337572833d919bd3a9185477085d93b0);});$marker.push(m_337572833d919bd3a9185477085d93b0);}});}google.maps.event.addDomListener(window, 'load', initialize);