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.4427,-122.701)};var g_eb7c1eabb2baa803f2635d2ba4792d3f = new google.maps.Geocoder();g_eb7c1eabb2baa803f2635d2ba4792d3f.geocode( { 'address': "1126 Montgomery Dr, Santa Rosa, CA 95405, USA"}, function(results, status) {if (status == google.maps.GeocoderStatus.OK) {$i++;if ($i == 1){document.getElementById('santa-rosa-CA-sonoma-federal-credit-union').style.display = '';map = new google.maps.Map(document.getElementById('santa-rosa-CA-sonoma-federal-credit-union'), mapOptions);}document.getElementById('30845a7b').innerHTML += ' | View Map';var $leb7c1eabb2baa803f2635d2ba4792d3f = '

Sonoma Federal Credit Union

Address: 1126 Montgomery Dr, Santa Rosa, CA 95405, USA
Phone: (707) 527-6216
';var m_eb7c1eabb2baa803f2635d2ba4792d3f = new google.maps.Marker({position: results[0].geometry.location,map: map,title: 'Sonoma Federal Credit Union',});m_eb7c1eabb2baa803f2635d2ba4792d3f['infowindow'] = new google.maps.InfoWindow({content: $leb7c1eabb2baa803f2635d2ba4792d3f});var infowindow = new google.maps.InfoWindow({content: $leb7c1eabb2baa803f2635d2ba4792d3f});google.maps.event.addListener(m_eb7c1eabb2baa803f2635d2ba4792d3f, 'click', function() {infowindow.open(map,m_eb7c1eabb2baa803f2635d2ba4792d3f);});$marker.push(m_eb7c1eabb2baa803f2635d2ba4792d3f);}});}google.maps.event.addDomListener(window, 'load', initialize);