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.0535,-121.374)};var g_a1f4bbc42d76628d34c32c88ac72ddfe = new google.maps.Geocoder();g_a1f4bbc42d76628d34c32c88ac72ddfe.geocode( { 'address': "10628 Trinity Pkwy, Stockton, CA 95219, USA"}, function(results, status) {if (status == google.maps.GeocoderStatus.OK) {$i++;if ($i == 1){document.getElementById('stockton-CA-mokelumne-federal-credit-union').style.display = '';map = new google.maps.Map(document.getElementById('stockton-CA-mokelumne-federal-credit-union'), mapOptions);}document.getElementById('4b9b8ae7').innerHTML += ' | View Map';var $la1f4bbc42d76628d34c32c88ac72ddfe = '

Mokelumne Federal Credit Union

Address: 10628 Trinity Pkwy, Stockton, CA 95219, USA
Phone: (209) 938-1088
';var m_a1f4bbc42d76628d34c32c88ac72ddfe = new google.maps.Marker({position: results[0].geometry.location,map: map,title: 'Mokelumne Federal Credit Union',});m_a1f4bbc42d76628d34c32c88ac72ddfe['infowindow'] = new google.maps.InfoWindow({content: $la1f4bbc42d76628d34c32c88ac72ddfe});var infowindow = new google.maps.InfoWindow({content: $la1f4bbc42d76628d34c32c88ac72ddfe});google.maps.event.addListener(m_a1f4bbc42d76628d34c32c88ac72ddfe, 'click', function() {infowindow.open(map,m_a1f4bbc42d76628d34c32c88ac72ddfe);});$marker.push(m_a1f4bbc42d76628d34c32c88ac72ddfe);}});}google.maps.event.addDomListener(window, 'load', initialize);