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.0334,-117.088)};var g_bf5a83469d91eb3861068108176cf183 = new google.maps.Geocoder();g_bf5a83469d91eb3861068108176cf183.geocode( { 'address': "32829 Yucaipa Blvd, Yucaipa, CA 92399, USA"}, function(results, status) {if (status == google.maps.GeocoderStatus.OK) {$i++;if ($i == 1){document.getElementById('yucaipa-CA-valley-view-mortgage-inc').style.display = '';map = new google.maps.Map(document.getElementById('yucaipa-CA-valley-view-mortgage-inc'), mapOptions);}document.getElementById('13550eaf').innerHTML += ' | View Map';var $lbf5a83469d91eb3861068108176cf183 = '

Valley View Mortgage, Inc

Address: 32829 Yucaipa Blvd, Yucaipa, CA 92399, USA
Phone: (909) 797-9181
';var m_bf5a83469d91eb3861068108176cf183 = new google.maps.Marker({position: results[0].geometry.location,map: map,title: 'Valley View Mortgage, Inc',});m_bf5a83469d91eb3861068108176cf183['infowindow'] = new google.maps.InfoWindow({content: $lbf5a83469d91eb3861068108176cf183});var infowindow = new google.maps.InfoWindow({content: $lbf5a83469d91eb3861068108176cf183});google.maps.event.addListener(m_bf5a83469d91eb3861068108176cf183, 'click', function() {infowindow.open(map,m_bf5a83469d91eb3861068108176cf183);});$marker.push(m_bf5a83469d91eb3861068108176cf183);}});}google.maps.event.addDomListener(window, 'load', initialize);