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(34.5043,-117.326)};var g_99b3613c6a997dc4195f957f89282e0c = new google.maps.Geocoder();g_99b3613c6a997dc4195f957f89282e0c.geocode( { 'address': "15401 Anacapa Rd # 1, Victorville, CA 92392, USA"}, function(results, status) {if (status == google.maps.GeocoderStatus.OK) {$i++;if ($i == 1){document.getElementById('victorville-CA-wealth-preservation-advisors').style.display = '';map = new google.maps.Map(document.getElementById('victorville-CA-wealth-preservation-advisors'), mapOptions);}document.getElementById('63df9962').innerHTML += ' | View Map';var $l99b3613c6a997dc4195f957f89282e0c = '

Wealth Preservation Advisors

Address: 15401 Anacapa Rd # 1, Victorville, CA 92392, USA
Phone: (760) 243-2155
';var m_99b3613c6a997dc4195f957f89282e0c = new google.maps.Marker({position: results[0].geometry.location,map: map,title: 'Wealth Preservation Advisors',});m_99b3613c6a997dc4195f957f89282e0c['infowindow'] = new google.maps.InfoWindow({content: $l99b3613c6a997dc4195f957f89282e0c});var infowindow = new google.maps.InfoWindow({content: $l99b3613c6a997dc4195f957f89282e0c});google.maps.event.addListener(m_99b3613c6a997dc4195f957f89282e0c, 'click', function() {infowindow.open(map,m_99b3613c6a997dc4195f957f89282e0c);});$marker.push(m_99b3613c6a997dc4195f957f89282e0c);}});}google.maps.event.addDomListener(window, 'load', initialize);