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.5471,-121.741)};var g_06ae9bd594e87ce4f91e26cda3db14fa = new google.maps.Geocoder();g_06ae9bd594e87ce4f91e26cda3db14fa.geocode( { 'address': "437 F St, Davis, CA 95616, USA"}, function(results, status) {if (status == google.maps.GeocoderStatus.OK) {$i++;if ($i == 1){document.getElementById('davis-CA-marc-thompson-mortgage-lender-nmls-lic-282260').style.display = '';map = new google.maps.Map(document.getElementById('davis-CA-marc-thompson-mortgage-lender-nmls-lic-282260'), mapOptions);}document.getElementById('a051a91d').innerHTML += ' | View Map';var $l06ae9bd594e87ce4f91e26cda3db14fa = '

Marc Thompson, Mortgage Lender NMLS Lic. #282260

Address: 437 F St, Davis, CA 95616, USA
Phone: (530) 753-8800
';var m_06ae9bd594e87ce4f91e26cda3db14fa = new google.maps.Marker({position: results[0].geometry.location,map: map,title: 'Marc Thompson, Mortgage Lender NMLS Lic. #282260',});m_06ae9bd594e87ce4f91e26cda3db14fa['infowindow'] = new google.maps.InfoWindow({content: $l06ae9bd594e87ce4f91e26cda3db14fa});var infowindow = new google.maps.InfoWindow({content: $l06ae9bd594e87ce4f91e26cda3db14fa});google.maps.event.addListener(m_06ae9bd594e87ce4f91e26cda3db14fa, 'click', function() {infowindow.open(map,m_06ae9bd594e87ce4f91e26cda3db14fa);});$marker.push(m_06ae9bd594e87ce4f91e26cda3db14fa);}});}google.maps.event.addDomListener(window, 'load', initialize);