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.3906,-122.724)};var g_636b23b07bfd1b4f1d1154827ac9d9ab = new google.maps.Geocoder();g_636b23b07bfd1b4f1d1154827ac9d9ab.geocode( { 'address': "304 Sutton Pl, Santa Rosa, CA 95407, USA"}, function(results, status) {if (status == google.maps.GeocoderStatus.OK) {$i++;if ($i == 1){document.getElementById('santa-rosa-CA-sonoma-county-grange-cu').style.display = '';map = new google.maps.Map(document.getElementById('santa-rosa-CA-sonoma-county-grange-cu'), mapOptions);}document.getElementById('f0fb1f1d').innerHTML += ' | View Map';var $l636b23b07bfd1b4f1d1154827ac9d9ab = '

Sonoma County Grange CU

Address: 304 Sutton Pl, Santa Rosa, CA 95407, USA
Phone: (707) 584-0384
';var m_636b23b07bfd1b4f1d1154827ac9d9ab = new google.maps.Marker({position: results[0].geometry.location,map: map,title: 'Sonoma County Grange CU',});m_636b23b07bfd1b4f1d1154827ac9d9ab['infowindow'] = new google.maps.InfoWindow({content: $l636b23b07bfd1b4f1d1154827ac9d9ab});var infowindow = new google.maps.InfoWindow({content: $l636b23b07bfd1b4f1d1154827ac9d9ab});google.maps.event.addListener(m_636b23b07bfd1b4f1d1154827ac9d9ab, 'click', function() {infowindow.open(map,m_636b23b07bfd1b4f1d1154827ac9d9ab);});$marker.push(m_636b23b07bfd1b4f1d1154827ac9d9ab);}});}google.maps.event.addDomListener(window, 'load', initialize);