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.6194,-122.86)};var g_4529f985441a035ae4a107b8862ba4dd = new google.maps.Geocoder();g_4529f985441a035ae4a107b8862ba4dd.geocode( { 'address': "1031 Vine St, Healdsburg, CA 95448"}, function(results, status) {if (status == google.maps.GeocoderStatus.OK) {$i++;if ($i == 1){document.getElementById('healdsburg-CA-exchange-bank').style.display = '';map = new google.maps.Map(document.getElementById('healdsburg-CA-exchange-bank'), mapOptions);}document.getElementById('fd49c906').innerHTML += ' | View Map';var $l4529f985441a035ae4a107b8862ba4dd = '

Exchange Bank

Address: 1031 Vine St, Healdsburg, CA 95448
Phone: (707) 433-0400
';var m_4529f985441a035ae4a107b8862ba4dd = new google.maps.Marker({position: results[0].geometry.location,map: map,title: 'Exchange Bank',});m_4529f985441a035ae4a107b8862ba4dd['infowindow'] = new google.maps.InfoWindow({content: $l4529f985441a035ae4a107b8862ba4dd});var infowindow = new google.maps.InfoWindow({content: $l4529f985441a035ae4a107b8862ba4dd});google.maps.event.addListener(m_4529f985441a035ae4a107b8862ba4dd, 'click', function() {infowindow.open(map,m_4529f985441a035ae4a107b8862ba4dd);});$marker.push(m_4529f985441a035ae4a107b8862ba4dd);}});}google.maps.event.addDomListener(window, 'load', initialize);