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.7794,-122.415)};var g_1d2527a92c8775728f14346acf184151 = new google.maps.Geocoder();g_1d2527a92c8775728f14346acf184151.geocode( { 'address': "1182 Market St Ste. 318, San Francisco, CA 94102, USA"}, function(results, status) {if (status == google.maps.GeocoderStatus.OK) {$i++;if ($i == 1){document.getElementById('san-francisco-CA-clear-choice-credit').style.display = '';map = new google.maps.Map(document.getElementById('san-francisco-CA-clear-choice-credit'), mapOptions);}document.getElementById('7f9fb54b').innerHTML += ' | View Map';var $l1d2527a92c8775728f14346acf184151 = '

Clear Choice Credit

Address: 1182 Market St Ste. 318, San Francisco, CA 94102, USA
Phone: (415) 252-2888
';var m_1d2527a92c8775728f14346acf184151 = new google.maps.Marker({position: results[0].geometry.location,map: map,title: 'Clear Choice Credit',});m_1d2527a92c8775728f14346acf184151['infowindow'] = new google.maps.InfoWindow({content: $l1d2527a92c8775728f14346acf184151});var infowindow = new google.maps.InfoWindow({content: $l1d2527a92c8775728f14346acf184151});google.maps.event.addListener(m_1d2527a92c8775728f14346acf184151, 'click', function() {infowindow.open(map,m_1d2527a92c8775728f14346acf184151);});$marker.push(m_1d2527a92c8775728f14346acf184151);}});}google.maps.event.addDomListener(window, 'load', initialize);