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.9742,-122.509)};var g_e482800024b39046c2083659c4191614 = new google.maps.Geocoder();g_e482800024b39046c2083659c4191614.geocode( { 'address': "904 4th St, San Rafael, CA 94901"}, function(results, status) {if (status == google.maps.GeocoderStatus.OK) {$i++;if ($i == 1){document.getElementById('san-rafael-CA-mechanics-bank').style.display = '';map = new google.maps.Map(document.getElementById('san-rafael-CA-mechanics-bank'), mapOptions);}document.getElementById('3f7d5c7f').innerHTML += ' | View Map';var $le482800024b39046c2083659c4191614 = '

Mechanics Bank

Address: 904 4th St, San Rafael, CA 94901
Phone: (415) 460-6060
';var m_e482800024b39046c2083659c4191614 = new google.maps.Marker({position: results[0].geometry.location,map: map,title: 'Mechanics Bank',});m_e482800024b39046c2083659c4191614['infowindow'] = new google.maps.InfoWindow({content: $le482800024b39046c2083659c4191614});var infowindow = new google.maps.InfoWindow({content: $le482800024b39046c2083659c4191614});google.maps.event.addListener(m_e482800024b39046c2083659c4191614, 'click', function() {infowindow.open(map,m_e482800024b39046c2083659c4191614);});$marker.push(m_e482800024b39046c2083659c4191614);}});}google.maps.event.addDomListener(window, 'load', initialize);