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.6116,-122.871)};var g_c96233d87247837aa395ae3245246577 = new google.maps.Geocoder();g_c96233d87247837aa395ae3245246577.geocode( { 'address': "375 Healdsburg Ave, Healdsburg, CA 95448, USA"}, function(results, status) {if (status == google.maps.GeocoderStatus.OK) {$i++;if ($i == 1){document.getElementById('healdsburg-CA-mason-mcduffie-mortgage-corporation').style.display = '';map = new google.maps.Map(document.getElementById('healdsburg-CA-mason-mcduffie-mortgage-corporation'), mapOptions);}document.getElementById('96446109').innerHTML += ' | View Map';var $lc96233d87247837aa395ae3245246577 = '

Mason McDuffie Mortgage Corporation

Address: 375 Healdsburg Ave, Healdsburg, CA 95448, USA
Phone: (707) 542-5090
';var m_c96233d87247837aa395ae3245246577 = new google.maps.Marker({position: results[0].geometry.location,map: map,title: 'Mason McDuffie Mortgage Corporation',});m_c96233d87247837aa395ae3245246577['infowindow'] = new google.maps.InfoWindow({content: $lc96233d87247837aa395ae3245246577});var infowindow = new google.maps.InfoWindow({content: $lc96233d87247837aa395ae3245246577});google.maps.event.addListener(m_c96233d87247837aa395ae3245246577, 'click', function() {infowindow.open(map,m_c96233d87247837aa395ae3245246577);});$marker.push(m_c96233d87247837aa395ae3245246577);}});}google.maps.event.addDomListener(window, 'load', initialize);