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(37.9803,-122.568)};var g_cf1c8abf7ba605eb87dfacdfcecf6a9d = new google.maps.Geocoder();g_cf1c8abf7ba605eb87dfacdfcecf6a9d.geocode( { 'address': "305 San Anselmo Ave, San Anselmo, CA 94960"}, function(results, status) {if (status == google.maps.GeocoderStatus.OK) {$i++;if ($i == 1){document.getElementById('san-anselmo-CA-us-bank').style.display = '';map = new google.maps.Map(document.getElementById('san-anselmo-CA-us-bank'), mapOptions);}document.getElementById('35e34244').innerHTML += ' | View Map';var $lcf1c8abf7ba605eb87dfacdfcecf6a9d = '

US Bank

Address: 305 San Anselmo Ave, San Anselmo, CA 94960
Phone: (415) 456-7830
';var m_cf1c8abf7ba605eb87dfacdfcecf6a9d = new google.maps.Marker({position: results[0].geometry.location,map: map,title: 'US Bank',});m_cf1c8abf7ba605eb87dfacdfcecf6a9d['infowindow'] = new google.maps.InfoWindow({content: $lcf1c8abf7ba605eb87dfacdfcecf6a9d});var infowindow = new google.maps.InfoWindow({content: $lcf1c8abf7ba605eb87dfacdfcecf6a9d});google.maps.event.addListener(m_cf1c8abf7ba605eb87dfacdfcecf6a9d, 'click', function() {infowindow.open(map,m_cf1c8abf7ba605eb87dfacdfcecf6a9d);});$marker.push(m_cf1c8abf7ba605eb87dfacdfcecf6a9d);}});}google.maps.event.addDomListener(window, 'load', initialize);