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(38.7229,-120.831)};var g_f23675bcb69c43831caa30957ce6813b = new google.maps.Geocoder();g_f23675bcb69c43831caa30957ce6813b.geocode( { 'address': "73 Fair Ln, Placerville, CA 95667, USA"}, function(results, status) {if (status == google.maps.GeocoderStatus.OK) {$i++;if ($i == 1){document.getElementById('placerville-CA-land-home-financial-services').style.display = '';map = new google.maps.Map(document.getElementById('placerville-CA-land-home-financial-services'), mapOptions);}document.getElementById('5f485e8a').innerHTML += ' | View Map';var $lf23675bcb69c43831caa30957ce6813b = '

Land Home Financial Services

Address: 73 Fair Ln, Placerville, CA 95667, USA
Phone: (530) 683-4040
';var m_f23675bcb69c43831caa30957ce6813b = new google.maps.Marker({position: results[0].geometry.location,map: map,title: 'Land Home Financial Services',});m_f23675bcb69c43831caa30957ce6813b['infowindow'] = new google.maps.InfoWindow({content: $lf23675bcb69c43831caa30957ce6813b});var infowindow = new google.maps.InfoWindow({content: $lf23675bcb69c43831caa30957ce6813b});google.maps.event.addListener(m_f23675bcb69c43831caa30957ce6813b, 'click', function() {infowindow.open(map,m_f23675bcb69c43831caa30957ce6813b);});$marker.push(m_f23675bcb69c43831caa30957ce6813b);}});}google.maps.event.addDomListener(window, 'load', initialize);