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.8058,-121.221)};var g_af997136e0caec2cc85514bb52657ad6 = new google.maps.Geocoder();g_af997136e0caec2cc85514bb52657ad6.geocode( { 'address': "409 W Center St, Manteca, CA 95336"}, function(results, status) {if (status == google.maps.GeocoderStatus.OK) {$i++;if ($i == 1){document.getElementById('manteca-CA-golden-valley-federal-credit-union').style.display = '';map = new google.maps.Map(document.getElementById('manteca-CA-golden-valley-federal-credit-union'), mapOptions);}document.getElementById('9f9f00e5').innerHTML += ' | View Map';var $laf997136e0caec2cc85514bb52657ad6 = '

Golden Valley Federal Credit Union

Address: 409 W Center St, Manteca, CA 95336
Phone: (209) 825-5878
';var m_af997136e0caec2cc85514bb52657ad6 = new google.maps.Marker({position: results[0].geometry.location,map: map,title: 'Golden Valley Federal Credit Union',});m_af997136e0caec2cc85514bb52657ad6['infowindow'] = new google.maps.InfoWindow({content: $laf997136e0caec2cc85514bb52657ad6});var infowindow = new google.maps.InfoWindow({content: $laf997136e0caec2cc85514bb52657ad6});google.maps.event.addListener(m_af997136e0caec2cc85514bb52657ad6, 'click', function() {infowindow.open(map,m_af997136e0caec2cc85514bb52657ad6);});$marker.push(m_af997136e0caec2cc85514bb52657ad6);}});}google.maps.event.addDomListener(window, 'load', initialize);