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(36.9678,-121.987)};var g_2676de4fee872c3ca3e456206d9c8485 = new google.maps.Geocoder();g_2676de4fee872c3ca3e456206d9c8485.geocode( { 'address': "Santa Cruz, CA 95062, USA"}, function(results, status) {if (status == google.maps.GeocoderStatus.OK) {$i++;if ($i == 1){document.getElementById('santa-cruz-CA-credit-consulting-services-inc').style.display = '';map = new google.maps.Map(document.getElementById('santa-cruz-CA-credit-consulting-services-inc'), mapOptions);}document.getElementById('d44c5dfe').innerHTML += ' | View Map';var $l2676de4fee872c3ca3e456206d9c8485 = '

Credit Consulting Services Inc

Address: Santa Cruz, CA 95062, USA
Phone: (831) 476-7733
';var m_2676de4fee872c3ca3e456206d9c8485 = new google.maps.Marker({position: results[0].geometry.location,map: map,title: 'Credit Consulting Services Inc',});m_2676de4fee872c3ca3e456206d9c8485['infowindow'] = new google.maps.InfoWindow({content: $l2676de4fee872c3ca3e456206d9c8485});var infowindow = new google.maps.InfoWindow({content: $l2676de4fee872c3ca3e456206d9c8485});google.maps.event.addListener(m_2676de4fee872c3ca3e456206d9c8485, 'click', function() {infowindow.open(map,m_2676de4fee872c3ca3e456206d9c8485);});$marker.push(m_2676de4fee872c3ca3e456206d9c8485);}});}google.maps.event.addDomListener(window, 'load', initialize);