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.5429,-122.801)};var g_97885afd60c10c4a454c11e225763e04 = new google.maps.Geocoder();g_97885afd60c10c4a454c11e225763e04.geocode( { 'address': "8465 Old Redwood Hwy # 621, Windsor, CA 95492, USA"}, function(results, status) {if (status == google.maps.GeocoderStatus.OK) {$i++;if ($i == 1){document.getElementById('windsor-CA-task-mortgage--investments').style.display = '';map = new google.maps.Map(document.getElementById('windsor-CA-task-mortgage--investments'), mapOptions);}document.getElementById('6c1813e4').innerHTML += ' | View Map';var $l97885afd60c10c4a454c11e225763e04 = '

Task Mortgage & Investments

Address: 8465 Old Redwood Hwy # 621, Windsor, CA 95492, USA
Phone: (707) 836-1417
';var m_97885afd60c10c4a454c11e225763e04 = new google.maps.Marker({position: results[0].geometry.location,map: map,title: 'Task Mortgage & Investments',});m_97885afd60c10c4a454c11e225763e04['infowindow'] = new google.maps.InfoWindow({content: $l97885afd60c10c4a454c11e225763e04});var infowindow = new google.maps.InfoWindow({content: $l97885afd60c10c4a454c11e225763e04});google.maps.event.addListener(m_97885afd60c10c4a454c11e225763e04, 'click', function() {infowindow.open(map,m_97885afd60c10c4a454c11e225763e04);});$marker.push(m_97885afd60c10c4a454c11e225763e04);}});}google.maps.event.addDomListener(window, 'load', initialize);