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.5844,-121.494)};var g_e6bd889d5bb3c383e918c7cc6daff45b = new google.maps.Geocoder();g_e6bd889d5bb3c383e918c7cc6daff45b.geocode( { 'address': "1751 Howe Ave, Sacramento, CA 95825"}, function(results, status) {if (status == google.maps.GeocoderStatus.OK) {$i++;if ($i == 1){document.getElementById('sacramento-CA-mechanics-bank').style.display = '';map = new google.maps.Map(document.getElementById('sacramento-CA-mechanics-bank'), mapOptions);}document.getElementById('04c4876f').innerHTML += ' | View Map';var $le6bd889d5bb3c383e918c7cc6daff45b = '

Mechanics Bank

Address: 1751 Howe Ave, Sacramento, CA 95825
Phone: (916) 648-2660
';var m_e6bd889d5bb3c383e918c7cc6daff45b = new google.maps.Marker({position: results[0].geometry.location,map: map,title: 'Mechanics Bank',});m_e6bd889d5bb3c383e918c7cc6daff45b['infowindow'] = new google.maps.InfoWindow({content: $le6bd889d5bb3c383e918c7cc6daff45b});var infowindow = new google.maps.InfoWindow({content: $le6bd889d5bb3c383e918c7cc6daff45b});google.maps.event.addListener(m_e6bd889d5bb3c383e918c7cc6daff45b, 'click', function() {infowindow.open(map,m_e6bd889d5bb3c383e918c7cc6daff45b);});$marker.push(m_e6bd889d5bb3c383e918c7cc6daff45b);}});}google.maps.event.addDomListener(window, 'load', initialize);