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.349,-122.707)};var g_a82c744176724efd02095ee6dc7aa239 = new google.maps.Geocoder();g_a82c744176724efd02095ee6dc7aa239.geocode( { 'address': "250 Rohnert Park Expy, Rohnert Park, CA 94928, USA"}, function(results, status) {if (status == google.maps.GeocoderStatus.OK) {$i++;if ($i == 1){document.getElementById('rohnert-park-CA-redwood-credit-union').style.display = '';map = new google.maps.Map(document.getElementById('rohnert-park-CA-redwood-credit-union'), mapOptions);}document.getElementById('672772ad').innerHTML += ' | View Map';var $la82c744176724efd02095ee6dc7aa239 = '

Redwood Credit Union

Address: 250 Rohnert Park Expy, Rohnert Park, CA 94928, USA
Phone: (707) 545-4000
';var m_a82c744176724efd02095ee6dc7aa239 = new google.maps.Marker({position: results[0].geometry.location,map: map,title: 'Redwood Credit Union',});m_a82c744176724efd02095ee6dc7aa239['infowindow'] = new google.maps.InfoWindow({content: $la82c744176724efd02095ee6dc7aa239});var infowindow = new google.maps.InfoWindow({content: $la82c744176724efd02095ee6dc7aa239});google.maps.event.addListener(m_a82c744176724efd02095ee6dc7aa239, 'click', function() {infowindow.open(map,m_a82c744176724efd02095ee6dc7aa239);});$marker.push(m_a82c744176724efd02095ee6dc7aa239);}});}google.maps.event.addDomListener(window, 'load', initialize);