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.4863,-122.71)};var g_6091e5f5cddbbed251b7a81b7be711f0 = new google.maps.Geocoder();g_6091e5f5cddbbed251b7a81b7be711f0.geocode( { 'address': "2005 Stagecoach Rd, Santa Rosa, CA 95404, USA"}, function(results, status) {if (status == google.maps.GeocoderStatus.OK) {$i++;if ($i == 1){document.getElementById('santa-rosa-CA-wells-fargo-home-mortgage').style.display = '';map = new google.maps.Map(document.getElementById('santa-rosa-CA-wells-fargo-home-mortgage'), mapOptions);}document.getElementById('718e2c68').innerHTML += ' | View Map';var $l6091e5f5cddbbed251b7a81b7be711f0 = '

Wells Fargo Home Mortgage

Address: 2005 Stagecoach Rd, Santa Rosa, CA 95404, USA
Phone: (707) 566-4220
';var m_6091e5f5cddbbed251b7a81b7be711f0 = new google.maps.Marker({position: results[0].geometry.location,map: map,title: 'Wells Fargo Home Mortgage',});m_6091e5f5cddbbed251b7a81b7be711f0['infowindow'] = new google.maps.InfoWindow({content: $l6091e5f5cddbbed251b7a81b7be711f0});var infowindow = new google.maps.InfoWindow({content: $l6091e5f5cddbbed251b7a81b7be711f0});google.maps.event.addListener(m_6091e5f5cddbbed251b7a81b7be711f0, 'click', function() {infowindow.open(map,m_6091e5f5cddbbed251b7a81b7be711f0);});$marker.push(m_6091e5f5cddbbed251b7a81b7be711f0);}});}google.maps.event.addDomListener(window, 'load', initialize);