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.2387,-121.036)};var g_5e2e35568a2ee7f86a6e7b7210e7c51a = new google.maps.Geocoder();g_5e2e35568a2ee7f86a6e7b7210e7c51a.geocode( { 'address': "2100 Nevada City Hwy, Grass Valley, CA 95945, USA"}, 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('a0e6fc4e').innerHTML += ' | View Map';var $l5e2e35568a2ee7f86a6e7b7210e7c51a = '

First U.S. Community Credit Union

Address: 2100 Nevada City Hwy, Grass Valley, CA 95945, USA
Phone: (916) 576-5700
';var m_5e2e35568a2ee7f86a6e7b7210e7c51a = new google.maps.Marker({position: results[0].geometry.location,map: map,title: 'First U.S. Community Credit Union',});m_5e2e35568a2ee7f86a6e7b7210e7c51a['infowindow'] = new google.maps.InfoWindow({content: $l5e2e35568a2ee7f86a6e7b7210e7c51a});var infowindow = new google.maps.InfoWindow({content: $l5e2e35568a2ee7f86a6e7b7210e7c51a});google.maps.event.addListener(m_5e2e35568a2ee7f86a6e7b7210e7c51a, 'click', function() {infowindow.open(map,m_5e2e35568a2ee7f86a6e7b7210e7c51a);});$marker.push(m_5e2e35568a2ee7f86a6e7b7210e7c51a);}});}google.maps.event.addDomListener(window, 'load', initialize);