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.4716,-117.286)};var g_0970c603a57cb1983ca015063574035d = new google.maps.Geocoder();g_0970c603a57cb1983ca015063574035d.geocode( { 'address': "17260 Bear Valley Rd # 104, Victorville, CA 92395, USA"}, function(results, status) {if (status == google.maps.GeocoderStatus.OK) {$i++;if ($i == 1){document.getElementById('victorville-CA-regal-mortgage').style.display = '';map = new google.maps.Map(document.getElementById('victorville-CA-regal-mortgage'), mapOptions);}document.getElementById('b3fe3fed').innerHTML += ' | View Map';var $l0970c603a57cb1983ca015063574035d = '

Regal Mortgage

Address: 17260 Bear Valley Rd # 104, Victorville, CA 92395, USA
Phone: (760) 843-8491
';var m_0970c603a57cb1983ca015063574035d = new google.maps.Marker({position: results[0].geometry.location,map: map,title: 'Regal Mortgage',});m_0970c603a57cb1983ca015063574035d['infowindow'] = new google.maps.InfoWindow({content: $l0970c603a57cb1983ca015063574035d});var infowindow = new google.maps.InfoWindow({content: $l0970c603a57cb1983ca015063574035d});google.maps.event.addListener(m_0970c603a57cb1983ca015063574035d, 'click', function() {infowindow.open(map,m_0970c603a57cb1983ca015063574035d);});$marker.push(m_0970c603a57cb1983ca015063574035d);}});}google.maps.event.addDomListener(window, 'load', initialize);