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.9005,-122.302)};var g_4a3dabeb1569a342d7f1c5c2d86f5cad = new google.maps.Geocoder();g_4a3dabeb1569a342d7f1c5c2d86f5cad.geocode( { 'address': "9996 San Pablo Ave, El Cerrito, CA 94530, USA"}, function(results, status) {if (status == google.maps.GeocoderStatus.OK) {$i++;if ($i == 1){document.getElementById('el-cerrito-CA-mechanics-bank').style.display = '';map = new google.maps.Map(document.getElementById('el-cerrito-CA-mechanics-bank'), mapOptions);}document.getElementById('149d812f').innerHTML += ' | View Map';var $l4a3dabeb1569a342d7f1c5c2d86f5cad = '

Mechanics Bank

Address: 9996 San Pablo Ave, El Cerrito, CA 94530, USA
Phone: (510) 558-2300
';var m_4a3dabeb1569a342d7f1c5c2d86f5cad = new google.maps.Marker({position: results[0].geometry.location,map: map,title: 'Mechanics Bank',});m_4a3dabeb1569a342d7f1c5c2d86f5cad['infowindow'] = new google.maps.InfoWindow({content: $l4a3dabeb1569a342d7f1c5c2d86f5cad});var infowindow = new google.maps.InfoWindow({content: $l4a3dabeb1569a342d7f1c5c2d86f5cad});google.maps.event.addListener(m_4a3dabeb1569a342d7f1c5c2d86f5cad, 'click', function() {infowindow.open(map,m_4a3dabeb1569a342d7f1c5c2d86f5cad);});$marker.push(m_4a3dabeb1569a342d7f1c5c2d86f5cad);}});}google.maps.event.addDomListener(window, 'load', initialize);