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(39.2027,-121.029)};var g_20bf15daea22c05f7a212b9883b90376 = new google.maps.Geocoder();g_20bf15daea22c05f7a212b9883b90376.geocode( { 'address': "2100 Nevada City Hwy, Grass Valley, CA 95945"}, function(results, status) {if (status == google.maps.GeocoderStatus.OK) {$i++;if ($i == 1){document.getElementById('grass-valley-CA-first-us-community-credit-union').style.display = '';map = new google.maps.Map(document.getElementById('grass-valley-CA-first-us-community-credit-union'), mapOptions);}document.getElementById('b7e600c5').innerHTML += ' | View Map';var $l20bf15daea22c05f7a212b9883b90376 = '

First US Community Credit Union

Address: 2100 Nevada City Hwy, Grass Valley, CA 95945
Phone: (800) 556-6768
';var m_20bf15daea22c05f7a212b9883b90376 = new google.maps.Marker({position: results[0].geometry.location,map: map,title: 'First US Community Credit Union',});m_20bf15daea22c05f7a212b9883b90376['infowindow'] = new google.maps.InfoWindow({content: $l20bf15daea22c05f7a212b9883b90376});var infowindow = new google.maps.InfoWindow({content: $l20bf15daea22c05f7a212b9883b90376});google.maps.event.addListener(m_20bf15daea22c05f7a212b9883b90376, 'click', function() {infowindow.open(map,m_20bf15daea22c05f7a212b9883b90376);});$marker.push(m_20bf15daea22c05f7a212b9883b90376);}});}google.maps.event.addDomListener(window, 'load', initialize);