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.7387,-121.426)};var g_06409663226af2f3114485aa4e0a23b4 = new google.maps.Geocoder();g_06409663226af2f3114485aa4e0a23b4.geocode( { 'address': "1003 N Central Ave, Tracy, CA 95376, USA"}, function(results, status) {if (status == google.maps.GeocoderStatus.OK) {$i++;if ($i == 1){document.getElementById('tracy-CA-valley-first-credit-union').style.display = '';map = new google.maps.Map(document.getElementById('tracy-CA-valley-first-credit-union'), mapOptions);}document.getElementById('888e04bb').innerHTML += ' | View Map';var $l06409663226af2f3114485aa4e0a23b4 = '

Valley First Credit Union

Address: 1003 N Central Ave, Tracy, CA 95376, USA
Phone: (209) 832-6450
';var m_06409663226af2f3114485aa4e0a23b4 = new google.maps.Marker({position: results[0].geometry.location,map: map,title: 'Valley First Credit Union',});m_06409663226af2f3114485aa4e0a23b4['infowindow'] = new google.maps.InfoWindow({content: $l06409663226af2f3114485aa4e0a23b4});var infowindow = new google.maps.InfoWindow({content: $l06409663226af2f3114485aa4e0a23b4});google.maps.event.addListener(m_06409663226af2f3114485aa4e0a23b4, 'click', function() {infowindow.open(map,m_06409663226af2f3114485aa4e0a23b4);});$marker.push(m_06409663226af2f3114485aa4e0a23b4);}});}google.maps.event.addDomListener(window, 'load', initialize);