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.2931,-122.47)};var g_baaedff82279097e9c941ddd93f1cfab = new google.maps.Geocoder();g_baaedff82279097e9c941ddd93f1cfab.geocode( { 'address': "480 W Napa St, Sonoma, CA 95476"}, function(results, status) {if (status == google.maps.GeocoderStatus.OK) {$i++;if ($i == 1){document.getElementById('sonoma-CA-wells-fargo-bank').style.display = '';map = new google.maps.Map(document.getElementById('sonoma-CA-wells-fargo-bank'), mapOptions);}document.getElementById('ce419ea4').innerHTML += ' | View Map';var $lbaaedff82279097e9c941ddd93f1cfab = '

Wells Fargo Bank

Address: 480 W Napa St, Sonoma, CA 95476
Phone: (707) 996-2360
';var m_baaedff82279097e9c941ddd93f1cfab = new google.maps.Marker({position: results[0].geometry.location,map: map,title: 'Wells Fargo Bank',});m_baaedff82279097e9c941ddd93f1cfab['infowindow'] = new google.maps.InfoWindow({content: $lbaaedff82279097e9c941ddd93f1cfab});var infowindow = new google.maps.InfoWindow({content: $lbaaedff82279097e9c941ddd93f1cfab});google.maps.event.addListener(m_baaedff82279097e9c941ddd93f1cfab, 'click', function() {infowindow.open(map,m_baaedff82279097e9c941ddd93f1cfab);});$marker.push(m_baaedff82279097e9c941ddd93f1cfab);}});}google.maps.event.addDomListener(window, 'load', initialize);