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.4602,-122.732)};var g_3cb120845c340f302d398dc7cb367758 = new google.maps.Geocoder();g_3cb120845c340f302d398dc7cb367758.geocode( { 'address': "2200 Range Ave #200, Santa Rosa, CA 95403, USA"}, function(results, status) {if (status == google.maps.GeocoderStatus.OK) {$i++;if ($i == 1){document.getElementById('santa-rosa-CA-dan-gould---pinnacle-capital-mortgage').style.display = '';map = new google.maps.Map(document.getElementById('santa-rosa-CA-dan-gould---pinnacle-capital-mortgage'), mapOptions);}document.getElementById('f5e9b3b9').innerHTML += ' | View Map';var $l3cb120845c340f302d398dc7cb367758 = '

Dan Gould - Pinnacle Capital Mortgage

Address: 2200 Range Ave #200, Santa Rosa, CA 95403, USA
Phone: (707) 291-2353
';var m_3cb120845c340f302d398dc7cb367758 = new google.maps.Marker({position: results[0].geometry.location,map: map,title: 'Dan Gould - Pinnacle Capital Mortgage',});m_3cb120845c340f302d398dc7cb367758['infowindow'] = new google.maps.InfoWindow({content: $l3cb120845c340f302d398dc7cb367758});var infowindow = new google.maps.InfoWindow({content: $l3cb120845c340f302d398dc7cb367758});google.maps.event.addListener(m_3cb120845c340f302d398dc7cb367758, 'click', function() {infowindow.open(map,m_3cb120845c340f302d398dc7cb367758);});$marker.push(m_3cb120845c340f302d398dc7cb367758);}});}google.maps.event.addDomListener(window, 'load', initialize);