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.7388,-121.436)};var g_e7eb8cdb62980958b70813bc958a6eaa = new google.maps.Geocoder();g_e7eb8cdb62980958b70813bc958a6eaa.geocode( { 'address': "672 W 11th St, Tracy, CA 95376, USA"}, function(results, status) {if (status == google.maps.GeocoderStatus.OK) {$i++;if ($i == 1){document.getElementById('tracy-CA-farm-plus-financial---central-valley').style.display = '';map = new google.maps.Map(document.getElementById('tracy-CA-farm-plus-financial---central-valley'), mapOptions);}document.getElementById('0aa8d763').innerHTML += ' | View Map';var $le7eb8cdb62980958b70813bc958a6eaa = '

Farm Plus Financial - Central Valley

Address: 672 W 11th St, Tracy, CA 95376, USA
Phone: (866) 929-5585
';var m_e7eb8cdb62980958b70813bc958a6eaa = new google.maps.Marker({position: results[0].geometry.location,map: map,title: 'Farm Plus Financial - Central Valley',});m_e7eb8cdb62980958b70813bc958a6eaa['infowindow'] = new google.maps.InfoWindow({content: $le7eb8cdb62980958b70813bc958a6eaa});var infowindow = new google.maps.InfoWindow({content: $le7eb8cdb62980958b70813bc958a6eaa});google.maps.event.addListener(m_e7eb8cdb62980958b70813bc958a6eaa, 'click', function() {infowindow.open(map,m_e7eb8cdb62980958b70813bc958a6eaa);});$marker.push(m_e7eb8cdb62980958b70813bc958a6eaa);}});}google.maps.event.addDomListener(window, 'load', initialize);