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.9853,-121.123)};var g_1604a0390c1d2f29b7cfee8c0af147ef = new google.maps.Geocoder();g_1604a0390c1d2f29b7cfee8c0af147ef.geocode( { 'address': "424 Grass Valley Hwy, Auburn, CA 95603"}, function(results, status) {if (status == google.maps.GeocoderStatus.OK) {$i++;if ($i == 1){document.getElementById('auburn-CA-first-us-community-credit-union').style.display = '';map = new google.maps.Map(document.getElementById('auburn-CA-first-us-community-credit-union'), mapOptions);}document.getElementById('4e32697c').innerHTML += ' | View Map';var $l1604a0390c1d2f29b7cfee8c0af147ef = '

First US Community Credit Union

Address: 424 Grass Valley Hwy, Auburn, CA 95603
Phone: (916) 576-5700
';var m_1604a0390c1d2f29b7cfee8c0af147ef = new google.maps.Marker({position: results[0].geometry.location,map: map,title: 'First US Community Credit Union',});m_1604a0390c1d2f29b7cfee8c0af147ef['infowindow'] = new google.maps.InfoWindow({content: $l1604a0390c1d2f29b7cfee8c0af147ef});var infowindow = new google.maps.InfoWindow({content: $l1604a0390c1d2f29b7cfee8c0af147ef});google.maps.event.addListener(m_1604a0390c1d2f29b7cfee8c0af147ef, 'click', function() {infowindow.open(map,m_1604a0390c1d2f29b7cfee8c0af147ef);});$marker.push(m_1604a0390c1d2f29b7cfee8c0af147ef);}});}google.maps.event.addDomListener(window, 'load', initialize);