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.7893,-122.401)};var g_383b8db4df9294254ed8fe408268b7a7 = new google.maps.Geocoder();g_383b8db4df9294254ed8fe408268b7a7.geocode( { 'address': "15, 595 Market St, San Francisco, CA 94105, USA"}, function(results, status) {if (status == google.maps.GeocoderStatus.OK) {$i++;if ($i == 1){document.getElementById('san-francisco-CA-consumer-credit-counseling-service-of-san-francisco').style.display = '';map = new google.maps.Map(document.getElementById('san-francisco-CA-consumer-credit-counseling-service-of-san-francisco'), mapOptions);}document.getElementById('0ccd9ce5').innerHTML += ' | View Map';var $l383b8db4df9294254ed8fe408268b7a7 = '

Consumer Credit Counseling Service of San Francisco

Address: 15, 595 Market St, San Francisco, CA 94105, USA
Phone: (800) 777-7526
';var m_383b8db4df9294254ed8fe408268b7a7 = new google.maps.Marker({position: results[0].geometry.location,map: map,title: 'Consumer Credit Counseling Service of San Francisco',});m_383b8db4df9294254ed8fe408268b7a7['infowindow'] = new google.maps.InfoWindow({content: $l383b8db4df9294254ed8fe408268b7a7});var infowindow = new google.maps.InfoWindow({content: $l383b8db4df9294254ed8fe408268b7a7});google.maps.event.addListener(m_383b8db4df9294254ed8fe408268b7a7, 'click', function() {infowindow.open(map,m_383b8db4df9294254ed8fe408268b7a7);});$marker.push(m_383b8db4df9294254ed8fe408268b7a7);}});}google.maps.event.addDomListener(window, 'load', initialize);