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.5844,-121.494)};var g_804fce744c17d9250210436d98709490 = new google.maps.Geocoder();g_804fce744c17d9250210436d98709490.geocode( { 'address': "2550 W El Camino Ave, Sacramento, CA 95833"}, function(results, status) {if (status == google.maps.GeocoderStatus.OK) {$i++;if ($i == 1){document.getElementById('sacramento-CA-the-golden-credit-union').style.display = '';map = new google.maps.Map(document.getElementById('sacramento-CA-the-golden-credit-union'), mapOptions);}document.getElementById('3d02a35b').innerHTML += ' | View Map';var $l804fce744c17d9250210436d98709490 = '

The Golden Credit Union

Address: 2550 W El Camino Ave, Sacramento, CA 95833
Phone: (916) 732-2922
';var m_804fce744c17d9250210436d98709490 = new google.maps.Marker({position: results[0].geometry.location,map: map,title: 'The Golden Credit Union',});m_804fce744c17d9250210436d98709490['infowindow'] = new google.maps.InfoWindow({content: $l804fce744c17d9250210436d98709490});var infowindow = new google.maps.InfoWindow({content: $l804fce744c17d9250210436d98709490});google.maps.event.addListener(m_804fce744c17d9250210436d98709490, 'click', function() {infowindow.open(map,m_804fce744c17d9250210436d98709490);});$marker.push(m_804fce744c17d9250210436d98709490);}});}google.maps.event.addDomListener(window, 'load', initialize);