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.544,-121.742)};var g_88da0b56a859a561e7fb26bea0c507e8 = new google.maps.Geocoder();g_88da0b56a859a561e7fb26bea0c507e8.geocode( { 'address': "222 D St #1, Davis, CA 95616, USA"}, function(results, status) {if (status == google.maps.GeocoderStatus.OK) {$i++;if ($i == 1){document.getElementById('davis-CA-land-home-financial-services---davis').style.display = '';map = new google.maps.Map(document.getElementById('davis-CA-land-home-financial-services---davis'), mapOptions);}document.getElementById('8585bba9').innerHTML += ' | View Map';var $l88da0b56a859a561e7fb26bea0c507e8 = '

Land Home Financial Services - Davis

Address: 222 D St #1, Davis, CA 95616, USA
Phone: (530) 564-5350
';var m_88da0b56a859a561e7fb26bea0c507e8 = new google.maps.Marker({position: results[0].geometry.location,map: map,title: 'Land Home Financial Services - Davis',});m_88da0b56a859a561e7fb26bea0c507e8['infowindow'] = new google.maps.InfoWindow({content: $l88da0b56a859a561e7fb26bea0c507e8});var infowindow = new google.maps.InfoWindow({content: $l88da0b56a859a561e7fb26bea0c507e8});google.maps.event.addListener(m_88da0b56a859a561e7fb26bea0c507e8, 'click', function() {infowindow.open(map,m_88da0b56a859a561e7fb26bea0c507e8);});$marker.push(m_88da0b56a859a561e7fb26bea0c507e8);}});}google.maps.event.addDomListener(window, 'load', initialize);