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(38.578,-121.495)};var g_22a5cbf41a39276186871c93fb11e9ad = new google.maps.Geocoder();g_22a5cbf41a39276186871c93fb11e9ad.geocode( { 'address': "915 Capitol Mall, Sacramento, CA 95814, USA"}, function(results, status) {if (status == google.maps.GeocoderStatus.OK) {$i++;if ($i == 1){document.getElementById('sacramento-CA-california-tax-credit-allocation-committee').style.display = '';map = new google.maps.Map(document.getElementById('sacramento-CA-california-tax-credit-allocation-committee'), mapOptions);}document.getElementById('3631b011').innerHTML += ' | View Map';var $l22a5cbf41a39276186871c93fb11e9ad = '

California Tax Credit Allocation Committee

Address: 915 Capitol Mall, Sacramento, CA 95814, USA
Phone: (916) 654-6340
';var m_22a5cbf41a39276186871c93fb11e9ad = new google.maps.Marker({position: results[0].geometry.location,map: map,title: 'California Tax Credit Allocation Committee',});m_22a5cbf41a39276186871c93fb11e9ad['infowindow'] = new google.maps.InfoWindow({content: $l22a5cbf41a39276186871c93fb11e9ad});var infowindow = new google.maps.InfoWindow({content: $l22a5cbf41a39276186871c93fb11e9ad});google.maps.event.addListener(m_22a5cbf41a39276186871c93fb11e9ad, 'click', function() {infowindow.open(map,m_22a5cbf41a39276186871c93fb11e9ad);});$marker.push(m_22a5cbf41a39276186871c93fb11e9ad);}});}google.maps.event.addDomListener(window, 'load', initialize);