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.2925,-122.467)};var g_3f0354daf4b99d5c15bd7eaad1f0529b = new google.maps.Geocoder();g_3f0354daf4b99d5c15bd7eaad1f0529b.geocode( { 'address': "435 W Napa St, Sonoma, CA 95476, USA"}, function(results, status) {if (status == google.maps.GeocoderStatus.OK) {$i++;if ($i == 1){document.getElementById('sonoma-CA-exchange-bank---sonoma').style.display = '';map = new google.maps.Map(document.getElementById('sonoma-CA-exchange-bank---sonoma'), mapOptions);}document.getElementById('fe709975').innerHTML += ' | View Map';var $l3f0354daf4b99d5c15bd7eaad1f0529b = '

Exchange Bank - Sonoma

Address: 435 W Napa St, Sonoma, CA 95476, USA
Phone: (707) 938-8358
';var m_3f0354daf4b99d5c15bd7eaad1f0529b = new google.maps.Marker({position: results[0].geometry.location,map: map,title: 'Exchange Bank - Sonoma',});m_3f0354daf4b99d5c15bd7eaad1f0529b['infowindow'] = new google.maps.InfoWindow({content: $l3f0354daf4b99d5c15bd7eaad1f0529b});var infowindow = new google.maps.InfoWindow({content: $l3f0354daf4b99d5c15bd7eaad1f0529b});google.maps.event.addListener(m_3f0354daf4b99d5c15bd7eaad1f0529b, 'click', function() {infowindow.open(map,m_3f0354daf4b99d5c15bd7eaad1f0529b);});$marker.push(m_3f0354daf4b99d5c15bd7eaad1f0529b);}});}google.maps.event.addDomListener(window, 'load', initialize);