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_dc5675aa46809b826426fd93b5028ac6 = new google.maps.Geocoder();g_dc5675aa46809b826426fd93b5028ac6.geocode( { 'address': "500 Broadway, Sonoma, CA 95476"}, function(results, status) {if (status == google.maps.GeocoderStatus.OK) {$i++;if ($i == 1){document.getElementById('sonoma-CA-union-bank').style.display = '';map = new google.maps.Map(document.getElementById('sonoma-CA-union-bank'), mapOptions);}document.getElementById('75f7484a').innerHTML += ' | View Map';var $ldc5675aa46809b826426fd93b5028ac6 = '

Union Bank

Address: 500 Broadway, Sonoma, CA 95476
Phone: (707) 933-1145
';var m_dc5675aa46809b826426fd93b5028ac6 = new google.maps.Marker({position: results[0].geometry.location,map: map,title: 'Union Bank',});m_dc5675aa46809b826426fd93b5028ac6['infowindow'] = new google.maps.InfoWindow({content: $ldc5675aa46809b826426fd93b5028ac6});var infowindow = new google.maps.InfoWindow({content: $ldc5675aa46809b826426fd93b5028ac6});google.maps.event.addListener(m_dc5675aa46809b826426fd93b5028ac6, 'click', function() {infowindow.open(map,m_dc5675aa46809b826426fd93b5028ac6);});$marker.push(m_dc5675aa46809b826426fd93b5028ac6);}});}google.maps.event.addDomListener(window, 'load', initialize);