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.0746,-120.625)};var g_099c0eddd44f937ac2facf3a72263b7f = new google.maps.Geocoder();g_099c0eddd44f937ac2facf3a72263b7f.geocode( { 'address': "51 N Main St, Angels Camp, CA 95222"}, function(results, status) {if (status == google.maps.GeocoderStatus.OK) {$i++;if ($i == 1){document.getElementById('angels-camp-CA-central-state-credit-union').style.display = '';map = new google.maps.Map(document.getElementById('angels-camp-CA-central-state-credit-union'), mapOptions);}document.getElementById('94f7683b').innerHTML += ' | View Map';var $l099c0eddd44f937ac2facf3a72263b7f = '

Central State Credit Union

Address: 51 N Main St, Angels Camp, CA 95222
Phone: (209) 444-5300
';var m_099c0eddd44f937ac2facf3a72263b7f = new google.maps.Marker({position: results[0].geometry.location,map: map,title: 'Central State Credit Union',});m_099c0eddd44f937ac2facf3a72263b7f['infowindow'] = new google.maps.InfoWindow({content: $l099c0eddd44f937ac2facf3a72263b7f});var infowindow = new google.maps.InfoWindow({content: $l099c0eddd44f937ac2facf3a72263b7f});google.maps.event.addListener(m_099c0eddd44f937ac2facf3a72263b7f, 'click', function() {infowindow.open(map,m_099c0eddd44f937ac2facf3a72263b7f);});$marker.push(m_099c0eddd44f937ac2facf3a72263b7f);}});}google.maps.event.addDomListener(window, 'load', initialize);