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(34.0984,-118.326)};var g_1adc95012341a40da5e75247b22da250 = new google.maps.Geocoder();g_1adc95012341a40da5e75247b22da250.geocode( { 'address': "6255 Sunset Blvd #2200, Los Angeles, CA 90028, USA"}, function(results, status) {if (status == google.maps.GeocoderStatus.OK) {$i++;if ($i == 1){document.getElementById('los-angeles-CA-tax-credit-co').style.display = '';map = new google.maps.Map(document.getElementById('los-angeles-CA-tax-credit-co'), mapOptions);}document.getElementById('fd3c777f').innerHTML += ' | View Map';var $l1adc95012341a40da5e75247b22da250 = '

Tax Credit Co.

Address: 6255 Sunset Blvd #2200, Los Angeles, CA 90028, USA
Phone: (800) 481-0669
';var m_1adc95012341a40da5e75247b22da250 = new google.maps.Marker({position: results[0].geometry.location,map: map,title: 'Tax Credit Co.',});m_1adc95012341a40da5e75247b22da250['infowindow'] = new google.maps.InfoWindow({content: $l1adc95012341a40da5e75247b22da250});var infowindow = new google.maps.InfoWindow({content: $l1adc95012341a40da5e75247b22da250});google.maps.event.addListener(m_1adc95012341a40da5e75247b22da250, 'click', function() {infowindow.open(map,m_1adc95012341a40da5e75247b22da250);});$marker.push(m_1adc95012341a40da5e75247b22da250);}});}google.maps.event.addDomListener(window, 'load', initialize);