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.0778,-120.551)};var g_c52dc29202c3434f6ba66017a4e5b676 = new google.maps.Geocoder();g_c52dc29202c3434f6ba66017a4e5b676.geocode( { 'address': "479 S Main St, Angels Camp, CA 95222, USA"}, function(results, status) {if (status == google.maps.GeocoderStatus.OK) {$i++;if ($i == 1){document.getElementById('angels-camp-CA-bbva-compass').style.display = '';map = new google.maps.Map(document.getElementById('angels-camp-CA-bbva-compass'), mapOptions);}document.getElementById('b9d0d90a').innerHTML += ' | View Map';var $lc52dc29202c3434f6ba66017a4e5b676 = '

BBVA Compass

Address: 479 S Main St, Angels Camp, CA 95222, USA
Phone: (209) 736-4561
';var m_c52dc29202c3434f6ba66017a4e5b676 = new google.maps.Marker({position: results[0].geometry.location,map: map,title: 'BBVA Compass',});m_c52dc29202c3434f6ba66017a4e5b676['infowindow'] = new google.maps.InfoWindow({content: $lc52dc29202c3434f6ba66017a4e5b676});var infowindow = new google.maps.InfoWindow({content: $lc52dc29202c3434f6ba66017a4e5b676});google.maps.event.addListener(m_c52dc29202c3434f6ba66017a4e5b676, 'click', function() {infowindow.open(map,m_c52dc29202c3434f6ba66017a4e5b676);});$marker.push(m_c52dc29202c3434f6ba66017a4e5b676);}});}google.maps.event.addDomListener(window, 'load', initialize);