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.9918,-121.287)};var g_dcebacc996ed40656c7097704c600386 = new google.maps.Geocoder();g_dcebacc996ed40656c7097704c600386.geocode( { 'address': "4245 N W Ln #6A, Stockton, CA 95208, USA"}, function(results, status) {if (status == google.maps.GeocoderStatus.OK) {$i++;if ($i == 1){document.getElementById('stockton-CA-unify-financial-credit-union').style.display = '';map = new google.maps.Map(document.getElementById('stockton-CA-unify-financial-credit-union'), mapOptions);}document.getElementById('b756a64e').innerHTML += ' | View Map';var $ldcebacc996ed40656c7097704c600386 = '

UNIFY Financial Credit Union

Address: 4245 N W Ln #6A, Stockton, CA 95208, USA
Phone: (877) 254-9328
';var m_dcebacc996ed40656c7097704c600386 = new google.maps.Marker({position: results[0].geometry.location,map: map,title: 'UNIFY Financial Credit Union',});m_dcebacc996ed40656c7097704c600386['infowindow'] = new google.maps.InfoWindow({content: $ldcebacc996ed40656c7097704c600386});var infowindow = new google.maps.InfoWindow({content: $ldcebacc996ed40656c7097704c600386});google.maps.event.addListener(m_dcebacc996ed40656c7097704c600386, 'click', function() {infowindow.open(map,m_dcebacc996ed40656c7097704c600386);});$marker.push(m_dcebacc996ed40656c7097704c600386);}});}google.maps.event.addDomListener(window, 'load', initialize);