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.466,-122.73)};var g_7c9dc1d345f932d6b432e5b1a6376b1a = new google.maps.Geocoder();g_7c9dc1d345f932d6b432e5b1a6376b1a.geocode( { 'address': "1142 State Farm Dr, 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-service').style.display = '';map = new google.maps.Map(document.getElementById('santa-rosa-CA-cal-coast-credit-service'), mapOptions);}document.getElementById('7d899ecb').innerHTML += ' | View Map';var $l7c9dc1d345f932d6b432e5b1a6376b1a = '

Cal Coast Credit Service

Address: 1142 State Farm Dr, Santa Rosa, CA 95403, USA
Phone: (800) 655-6495
';var m_7c9dc1d345f932d6b432e5b1a6376b1a = new google.maps.Marker({position: results[0].geometry.location,map: map,title: 'Cal Coast Credit Service',});m_7c9dc1d345f932d6b432e5b1a6376b1a['infowindow'] = new google.maps.InfoWindow({content: $l7c9dc1d345f932d6b432e5b1a6376b1a});var infowindow = new google.maps.InfoWindow({content: $l7c9dc1d345f932d6b432e5b1a6376b1a});google.maps.event.addListener(m_7c9dc1d345f932d6b432e5b1a6376b1a, 'click', function() {infowindow.open(map,m_7c9dc1d345f932d6b432e5b1a6376b1a);});$marker.push(m_7c9dc1d345f932d6b432e5b1a6376b1a);}});}google.maps.event.addDomListener(window, 'load', initialize);