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.2434,-117.28)};var g_c00b4a95101cc1636c126219e267922c = new google.maps.Geocoder();g_c00b4a95101cc1636c126219e267922c.geocode( { 'address': "23994 Lake Dr, Crestline, CA 92325, USA"}, function(results, status) {if (status == google.maps.GeocoderStatus.OK) {$i++;if ($i == 1){document.getElementById('crestline-CA-mountain-homes--loans').style.display = '';map = new google.maps.Map(document.getElementById('crestline-CA-mountain-homes--loans'), mapOptions);}document.getElementById('ad80a807').innerHTML += ' | View Map';var $lc00b4a95101cc1636c126219e267922c = '

Mountain Homes & Loans

Address: 23994 Lake Dr, Crestline, CA 92325, USA
Phone: (909) 338-7797
';var m_c00b4a95101cc1636c126219e267922c = new google.maps.Marker({position: results[0].geometry.location,map: map,title: 'Mountain Homes & Loans',});m_c00b4a95101cc1636c126219e267922c['infowindow'] = new google.maps.InfoWindow({content: $lc00b4a95101cc1636c126219e267922c});var infowindow = new google.maps.InfoWindow({content: $lc00b4a95101cc1636c126219e267922c});google.maps.event.addListener(m_c00b4a95101cc1636c126219e267922c, 'click', function() {infowindow.open(map,m_c00b4a95101cc1636c126219e267922c);});$marker.push(m_c00b4a95101cc1636c126219e267922c);}});}google.maps.event.addDomListener(window, 'load', initialize);