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.4656,-122.73)};var g_c0cbb8633846a9ef574870868c521606 = new google.maps.Geocoder();g_c0cbb8633846a9ef574870868c521606.geocode( { 'address': "2906 McBride Ln, Santa Rosa, CA 95403, USA"}, function(results, status) {if (status == google.maps.GeocoderStatus.OK) {$i++;if ($i == 1){document.getElementById('santa-rosa-CA-cal-coast-credit-services').style.display = '';map = new google.maps.Map(document.getElementById('santa-rosa-CA-cal-coast-credit-services'), mapOptions);}document.getElementById('c5f56b98').innerHTML += ' | View Map';var $lc0cbb8633846a9ef574870868c521606 = '

Cal Coast Credit Services

Address: 2906 McBride Ln, Santa Rosa, CA 95403, USA
Phone: (707) 304-5304
';var m_c0cbb8633846a9ef574870868c521606 = new google.maps.Marker({position: results[0].geometry.location,map: map,title: 'Cal Coast Credit Services',});m_c0cbb8633846a9ef574870868c521606['infowindow'] = new google.maps.InfoWindow({content: $lc0cbb8633846a9ef574870868c521606});var infowindow = new google.maps.InfoWindow({content: $lc0cbb8633846a9ef574870868c521606});google.maps.event.addListener(m_c0cbb8633846a9ef574870868c521606, 'click', function() {infowindow.open(map,m_c0cbb8633846a9ef574870868c521606);});$marker.push(m_c0cbb8633846a9ef574870868c521606);}});}google.maps.event.addDomListener(window, 'load', initialize);