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.7272,-120.803)};var g_71b42dc7836c9405ee56c6a93ab9bf57 = new google.maps.Geocoder();g_71b42dc7836c9405ee56c6a93ab9bf57.geocode( { 'address': "3044 Sacramento St, Placerville, CA 95667, USA"}, function(results, status) {if (status == google.maps.GeocoderStatus.OK) {$i++;if ($i == 1){document.getElementById('placerville-CA-bank-of-america-financial-center').style.display = '';map = new google.maps.Map(document.getElementById('placerville-CA-bank-of-america-financial-center'), mapOptions);}document.getElementById('6c250cab').innerHTML += ' | View Map';var $l71b42dc7836c9405ee56c6a93ab9bf57 = '

Bank of America Financial Center

Address: 3044 Sacramento St, Placerville, CA 95667, USA
Phone: (530) 295-6415
';var m_71b42dc7836c9405ee56c6a93ab9bf57 = new google.maps.Marker({position: results[0].geometry.location,map: map,title: 'Bank of America Financial Center',});m_71b42dc7836c9405ee56c6a93ab9bf57['infowindow'] = new google.maps.InfoWindow({content: $l71b42dc7836c9405ee56c6a93ab9bf57});var infowindow = new google.maps.InfoWindow({content: $l71b42dc7836c9405ee56c6a93ab9bf57});google.maps.event.addListener(m_71b42dc7836c9405ee56c6a93ab9bf57, 'click', function() {infowindow.open(map,m_71b42dc7836c9405ee56c6a93ab9bf57);});$marker.push(m_71b42dc7836c9405ee56c6a93ab9bf57);}});}google.maps.event.addDomListener(window, 'load', initialize);