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.0823,-120.561)};var g_2980006c31bc27533342523b884fa8be = new google.maps.Geocoder();g_2980006c31bc27533342523b884fa8be.geocode( { 'address': "51 N Main St G, Angels Camp, CA 95222, USA"}, 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('0bb10cb4').innerHTML += ' | View Map';var $l2980006c31bc27533342523b884fa8be = '

Central State Credit Union

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