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.9646,-122.313)};var g_a33a9a51e8f8b8acc203cabeb0295ed8 = new google.maps.Geocoder();g_a33a9a51e8f8b8acc203cabeb0295ed8.geocode( { 'address': "3884 San Pablo Dam Rd, El Sobrante, CA 94803, USA"}, function(results, status) {if (status == google.maps.GeocoderStatus.OK) {$i++;if ($i == 1){document.getElementById('el-sobrante-CA-mechanics-bank').style.display = '';map = new google.maps.Map(document.getElementById('el-sobrante-CA-mechanics-bank'), mapOptions);}document.getElementById('cb54bc5b').innerHTML += ' | View Map';var $la33a9a51e8f8b8acc203cabeb0295ed8 = '

Mechanics Bank

Address: 3884 San Pablo Dam Rd, El Sobrante, CA 94803, USA
Phone: (510) 262-7400
';var m_a33a9a51e8f8b8acc203cabeb0295ed8 = new google.maps.Marker({position: results[0].geometry.location,map: map,title: 'Mechanics Bank',});m_a33a9a51e8f8b8acc203cabeb0295ed8['infowindow'] = new google.maps.InfoWindow({content: $la33a9a51e8f8b8acc203cabeb0295ed8});var infowindow = new google.maps.InfoWindow({content: $la33a9a51e8f8b8acc203cabeb0295ed8});google.maps.event.addListener(m_a33a9a51e8f8b8acc203cabeb0295ed8, 'click', function() {infowindow.open(map,m_a33a9a51e8f8b8acc203cabeb0295ed8);});$marker.push(m_a33a9a51e8f8b8acc203cabeb0295ed8);}});}google.maps.event.addDomListener(window, 'load', initialize);