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.5495,-122.808)};var g_cedb88be4b311282365caddf810c1836 = new google.maps.Geocoder();g_cedb88be4b311282365caddf810c1836.geocode( { 'address': "8945 Brooks Rd S #111, Windsor, CA 95492, USA"}, function(results, status) {if (status == google.maps.GeocoderStatus.OK) {$i++;if ($i == 1){document.getElementById('windsor-CA-redwood-credit-union').style.display = '';map = new google.maps.Map(document.getElementById('windsor-CA-redwood-credit-union'), mapOptions);}document.getElementById('9e6bcb84').innerHTML += ' | View Map';var $lcedb88be4b311282365caddf810c1836 = '

Redwood Credit Union

Address: 8945 Brooks Rd S #111, Windsor, CA 95492, USA
Phone: (707) 545-4000
';var m_cedb88be4b311282365caddf810c1836 = new google.maps.Marker({position: results[0].geometry.location,map: map,title: 'Redwood Credit Union',});m_cedb88be4b311282365caddf810c1836['infowindow'] = new google.maps.InfoWindow({content: $lcedb88be4b311282365caddf810c1836});var infowindow = new google.maps.InfoWindow({content: $lcedb88be4b311282365caddf810c1836});google.maps.event.addListener(m_cedb88be4b311282365caddf810c1836, 'click', function() {infowindow.open(map,m_cedb88be4b311282365caddf810c1836);});$marker.push(m_cedb88be4b311282365caddf810c1836);}});}google.maps.event.addDomListener(window, 'load', initialize);