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.4241,-121.45)};var g_ab9028379d97a61177f45a201a979a7a = new google.maps.Geocoder();g_ab9028379d97a61177f45a201a979a7a.geocode( { 'address': "4801 Laguna Blvd, Elk Grove, CA 95758, USA"}, function(results, status) {if (status == google.maps.GeocoderStatus.OK) {$i++;if ($i == 1){document.getElementById('elk-grove-CA-california-community-credit-union').style.display = '';map = new google.maps.Map(document.getElementById('elk-grove-CA-california-community-credit-union'), mapOptions);}document.getElementById('b2897cf9').innerHTML += ' | View Map';var $lab9028379d97a61177f45a201a979a7a = '

California Community Credit Union

Address: 4801 Laguna Blvd, Elk Grove, CA 95758, USA
Phone: (916) 394-6388
';var m_ab9028379d97a61177f45a201a979a7a = new google.maps.Marker({position: results[0].geometry.location,map: map,title: 'California Community Credit Union',});m_ab9028379d97a61177f45a201a979a7a['infowindow'] = new google.maps.InfoWindow({content: $lab9028379d97a61177f45a201a979a7a});var infowindow = new google.maps.InfoWindow({content: $lab9028379d97a61177f45a201a979a7a});google.maps.event.addListener(m_ab9028379d97a61177f45a201a979a7a, 'click', function() {infowindow.open(map,m_ab9028379d97a61177f45a201a979a7a);});$marker.push(m_ab9028379d97a61177f45a201a979a7a);}});}google.maps.event.addDomListener(window, 'load', initialize);