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.5787,-121.491)};var g_2de34c66fdfd6367849baac9677619b0 = new google.maps.Geocoder();g_2de34c66fdfd6367849baac9677619b0.geocode( { 'address': "1201 K St #1050, Sacramento, CA 95814, USA"}, function(results, status) {if (status == google.maps.GeocoderStatus.OK) {$i++;if ($i == 1){document.getElementById('sacramento-CA-calif-credit-union-league').style.display = '';map = new google.maps.Map(document.getElementById('sacramento-CA-calif-credit-union-league'), mapOptions);}document.getElementById('f395015a').innerHTML += ' | View Map';var $l2de34c66fdfd6367849baac9677619b0 = '

Calif Credit Union League

Address: 1201 K St #1050, Sacramento, CA 95814, USA
Phone: (916) 325-1360
';var m_2de34c66fdfd6367849baac9677619b0 = new google.maps.Marker({position: results[0].geometry.location,map: map,title: 'Calif Credit Union League',});m_2de34c66fdfd6367849baac9677619b0['infowindow'] = new google.maps.InfoWindow({content: $l2de34c66fdfd6367849baac9677619b0});var infowindow = new google.maps.InfoWindow({content: $l2de34c66fdfd6367849baac9677619b0});google.maps.event.addListener(m_2de34c66fdfd6367849baac9677619b0, 'click', function() {infowindow.open(map,m_2de34c66fdfd6367849baac9677619b0);});$marker.push(m_2de34c66fdfd6367849baac9677619b0);}});}google.maps.event.addDomListener(window, 'load', initialize);