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.6992,-121.434)};var g_ad8f9786872edfa102f7204c82b56244 = new google.maps.Geocoder();g_ad8f9786872edfa102f7204c82b56244.geocode( { 'address': "4598 S Tracy Blvd #140, Tracy, CA 95377, USA"}, function(results, status) {if (status == google.maps.GeocoderStatus.OK) {$i++;if ($i == 1){document.getElementById('tracy-CA-academy-mortgage---tracy').style.display = '';map = new google.maps.Map(document.getElementById('tracy-CA-academy-mortgage---tracy'), mapOptions);}document.getElementById('34a63739').innerHTML += ' | View Map';var $lad8f9786872edfa102f7204c82b56244 = '

Academy Mortgage - Tracy

Address: 4598 S Tracy Blvd #140, Tracy, CA 95377, USA
Phone: (209) 920-4000
';var m_ad8f9786872edfa102f7204c82b56244 = new google.maps.Marker({position: results[0].geometry.location,map: map,title: 'Academy Mortgage - Tracy',});m_ad8f9786872edfa102f7204c82b56244['infowindow'] = new google.maps.InfoWindow({content: $lad8f9786872edfa102f7204c82b56244});var infowindow = new google.maps.InfoWindow({content: $lad8f9786872edfa102f7204c82b56244});google.maps.event.addListener(m_ad8f9786872edfa102f7204c82b56244, 'click', function() {infowindow.open(map,m_ad8f9786872edfa102f7204c82b56244);});$marker.push(m_ad8f9786872edfa102f7204c82b56244);}});}google.maps.event.addDomListener(window, 'load', initialize);