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(37.2941,-121.971)};var g_985a1170d721e7dd1851ed8b42c52873 = new google.maps.Geocoder();g_985a1170d721e7dd1851ed8b42c52873.geocode( { 'address': "900 Hamilton Ave #100, Campbell, CA 95008, USA"}, function(results, status) {if (status == google.maps.GeocoderStatus.OK) {$i++;if ($i == 1){document.getElementById('campbell-CA-the-credit-counseling').style.display = '';map = new google.maps.Map(document.getElementById('campbell-CA-the-credit-counseling'), mapOptions);}document.getElementById('e5d0571d').innerHTML += ' | View Map';var $l985a1170d721e7dd1851ed8b42c52873 = '

The Credit Counseling

Address: 900 Hamilton Ave #100, Campbell, CA 95008, USA
Phone: (408) 293-8000
';var m_985a1170d721e7dd1851ed8b42c52873 = new google.maps.Marker({position: results[0].geometry.location,map: map,title: 'The Credit Counseling',});m_985a1170d721e7dd1851ed8b42c52873['infowindow'] = new google.maps.InfoWindow({content: $l985a1170d721e7dd1851ed8b42c52873});var infowindow = new google.maps.InfoWindow({content: $l985a1170d721e7dd1851ed8b42c52873});google.maps.event.addListener(m_985a1170d721e7dd1851ed8b42c52873, 'click', function() {infowindow.open(map,m_985a1170d721e7dd1851ed8b42c52873);});$marker.push(m_985a1170d721e7dd1851ed8b42c52873);}});}google.maps.event.addDomListener(window, 'load', initialize);