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.6881,-117.177)};var g_ced0c1a84924c982a6403870c54b99ca = new google.maps.Geocoder();g_ced0c1a84924c982a6403870c54b99ca.geocode( { 'address': "29737 New Hub Dr # 203, Sun City, CA 92586, USA"}, function(results, status) {if (status == google.maps.GeocoderStatus.OK) {$i++;if ($i == 1){document.getElementById('menifee-CA-inland-valley-home-loans').style.display = '';map = new google.maps.Map(document.getElementById('menifee-CA-inland-valley-home-loans'), mapOptions);}document.getElementById('ad287bac').innerHTML += ' | View Map';var $lced0c1a84924c982a6403870c54b99ca = '

Inland Valley Home Loans

Address: 29737 New Hub Dr # 203, Sun City, CA 92586, USA
Phone: (951) 679-9200
';var m_ced0c1a84924c982a6403870c54b99ca = new google.maps.Marker({position: results[0].geometry.location,map: map,title: 'Inland Valley Home Loans',});m_ced0c1a84924c982a6403870c54b99ca['infowindow'] = new google.maps.InfoWindow({content: $lced0c1a84924c982a6403870c54b99ca});var infowindow = new google.maps.InfoWindow({content: $lced0c1a84924c982a6403870c54b99ca});google.maps.event.addListener(m_ced0c1a84924c982a6403870c54b99ca, 'click', function() {infowindow.open(map,m_ced0c1a84924c982a6403870c54b99ca);});$marker.push(m_ced0c1a84924c982a6403870c54b99ca);}});}google.maps.event.addDomListener(window, 'load', initialize);