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.4116,-120.653)};var g_136bcf4289545fbfdfbd8a309fe67672 = new google.maps.Geocoder();g_136bcf4289545fbfdfbd8a309fe67672.geocode( { 'address': "20146 CA-88, Pine Grove, CA 95665, USA"}, function(results, status) {if (status == google.maps.GeocoderStatus.OK) {$i++;if ($i == 1){document.getElementById('pine-grove-CA-el-dorado-savings-bank').style.display = '';map = new google.maps.Map(document.getElementById('pine-grove-CA-el-dorado-savings-bank'), mapOptions);}document.getElementById('4f3c4273').innerHTML += ' | View Map';var $l136bcf4289545fbfdfbd8a309fe67672 = '

El Dorado Savings Bank

Address: 20146 CA-88, Pine Grove, CA 95665, USA
Phone: (209) 296-7100
';var m_136bcf4289545fbfdfbd8a309fe67672 = new google.maps.Marker({position: results[0].geometry.location,map: map,title: 'El Dorado Savings Bank',});m_136bcf4289545fbfdfbd8a309fe67672['infowindow'] = new google.maps.InfoWindow({content: $l136bcf4289545fbfdfbd8a309fe67672});var infowindow = new google.maps.InfoWindow({content: $l136bcf4289545fbfdfbd8a309fe67672});google.maps.event.addListener(m_136bcf4289545fbfdfbd8a309fe67672, 'click', function() {infowindow.open(map,m_136bcf4289545fbfdfbd8a309fe67672);});$marker.push(m_136bcf4289545fbfdfbd8a309fe67672);}});}google.maps.event.addDomListener(window, 'load', initialize);