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.7966,-121.29)};var g_e26d68e86ee6c41ac90ca1669ecb9a3e = new google.maps.Geocoder();g_e26d68e86ee6c41ac90ca1669ecb9a3e.geocode( { 'address': "6843 Lonetree Blvd, Rocklin, CA 95765, USA"}, function(results, status) {if (status == google.maps.GeocoderStatus.OK) {$i++;if ($i == 1){document.getElementById('rocklin-CA-first-us-community-credit-union').style.display = '';map = new google.maps.Map(document.getElementById('rocklin-CA-first-us-community-credit-union'), mapOptions);}document.getElementById('a8994dd7').innerHTML += ' | View Map';var $le26d68e86ee6c41ac90ca1669ecb9a3e = '

First U.S. Community Credit Union

Address: 6843 Lonetree Blvd, Rocklin, CA 95765, USA
Phone: (916) 576-5700
';var m_e26d68e86ee6c41ac90ca1669ecb9a3e = new google.maps.Marker({position: results[0].geometry.location,map: map,title: 'First U.S. Community Credit Union',});m_e26d68e86ee6c41ac90ca1669ecb9a3e['infowindow'] = new google.maps.InfoWindow({content: $le26d68e86ee6c41ac90ca1669ecb9a3e});var infowindow = new google.maps.InfoWindow({content: $le26d68e86ee6c41ac90ca1669ecb9a3e});google.maps.event.addListener(m_e26d68e86ee6c41ac90ca1669ecb9a3e, 'click', function() {infowindow.open(map,m_e26d68e86ee6c41ac90ca1669ecb9a3e);});$marker.push(m_e26d68e86ee6c41ac90ca1669ecb9a3e);}});}google.maps.event.addDomListener(window, 'load', initialize);