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.2924,-122.46)};var g_332da72e6fc156f0340836378416136c = new google.maps.Geocoder();g_332da72e6fc156f0340836378416136c.geocode( { 'address': "136 W Napa St, Sonoma, CA 95476, USA"}, function(results, status) {if (status == google.maps.GeocoderStatus.OK) {$i++;if ($i == 1){document.getElementById('sonoma-CA-bank-of-marin').style.display = '';map = new google.maps.Map(document.getElementById('sonoma-CA-bank-of-marin'), mapOptions);}document.getElementById('0fcf1abc').innerHTML += ' | View Map';var $l332da72e6fc156f0340836378416136c = '

Bank of Marin

Address: 136 W Napa St, Sonoma, CA 95476, USA
Phone: (707) 933-3750
';var m_332da72e6fc156f0340836378416136c = new google.maps.Marker({position: results[0].geometry.location,map: map,title: 'Bank of Marin',});m_332da72e6fc156f0340836378416136c['infowindow'] = new google.maps.InfoWindow({content: $l332da72e6fc156f0340836378416136c});var infowindow = new google.maps.InfoWindow({content: $l332da72e6fc156f0340836378416136c});google.maps.event.addListener(m_332da72e6fc156f0340836378416136c, 'click', function() {infowindow.open(map,m_332da72e6fc156f0340836378416136c);});$marker.push(m_332da72e6fc156f0340836378416136c);}});}google.maps.event.addDomListener(window, 'load', initialize);