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.7278,-121.414)};var g_f32094203d9e03c8d1340050a9dddfc6 = new google.maps.Geocoder();g_f32094203d9e03c8d1340050a9dddfc6.geocode( { 'address': "951 Central Ave, Tracy, CA 95376"}, 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('dce23b57').innerHTML += ' | View Map';var $lf32094203d9e03c8d1340050a9dddfc6 = '

Valley First Credit Union

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