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(37.9909,-120.385)};var g_f05f358d7c6a0605795fc42bc54ca32a = new google.maps.Geocoder();g_f05f358d7c6a0605795fc42bc54ca32a.geocode( { 'address': "430 N Washington St, Sonora, CA 95370, USA"}, function(results, status) {if (status == google.maps.GeocoderStatus.OK) {$i++;if ($i == 1){document.getElementById('sonora-CA-mocse-federal-credit-union').style.display = '';map = new google.maps.Map(document.getElementById('sonora-CA-mocse-federal-credit-union'), mapOptions);}document.getElementById('302500b1').innerHTML += ' | View Map';var $lf05f358d7c6a0605795fc42bc54ca32a = '

Mocse Federal Credit Union

Address: 430 N Washington St, Sonora, CA 95370, USA
Phone: (209) 588-1001
';var m_f05f358d7c6a0605795fc42bc54ca32a = new google.maps.Marker({position: results[0].geometry.location,map: map,title: 'Mocse Federal Credit Union',});m_f05f358d7c6a0605795fc42bc54ca32a['infowindow'] = new google.maps.InfoWindow({content: $lf05f358d7c6a0605795fc42bc54ca32a});var infowindow = new google.maps.InfoWindow({content: $lf05f358d7c6a0605795fc42bc54ca32a});google.maps.event.addListener(m_f05f358d7c6a0605795fc42bc54ca32a, 'click', function() {infowindow.open(map,m_f05f358d7c6a0605795fc42bc54ca32a);});$marker.push(m_f05f358d7c6a0605795fc42bc54ca32a);}});}google.maps.event.addDomListener(window, 'load', initialize);