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_54a414297399a259d6292584ac707190 = new google.maps.Geocoder();g_54a414297399a259d6292584ac707190.geocode( { 'address': "4600 S Tracy Blvd, Tracy, CA 95377"}, function(results, status) {if (status == google.maps.GeocoderStatus.OK) {$i++;if ($i == 1){document.getElementById('tracy-CA-wells-fargo-home-mortgage').style.display = '';map = new google.maps.Map(document.getElementById('tracy-CA-wells-fargo-home-mortgage'), mapOptions);}document.getElementById('792d93c7').innerHTML += ' | View Map';var $l54a414297399a259d6292584ac707190 = '

Wells Fargo Home Mortgage

Address: 4600 S Tracy Blvd, Tracy, CA 95377
Phone: (209) 836-0317
';var m_54a414297399a259d6292584ac707190 = new google.maps.Marker({position: results[0].geometry.location,map: map,title: 'Wells Fargo Home Mortgage',});m_54a414297399a259d6292584ac707190['infowindow'] = new google.maps.InfoWindow({content: $l54a414297399a259d6292584ac707190});var infowindow = new google.maps.InfoWindow({content: $l54a414297399a259d6292584ac707190});google.maps.event.addListener(m_54a414297399a259d6292584ac707190, 'click', function() {infowindow.open(map,m_54a414297399a259d6292584ac707190);});$marker.push(m_54a414297399a259d6292584ac707190);}});}google.maps.event.addDomListener(window, 'load', initialize);