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(33.7208,-116.37)};var g_87451bf26644cf993116c21c7f786856 = new google.maps.Geocoder();g_87451bf26644cf993116c21c7f786856.geocode( { 'address': "74199 El Paseo #101, Palm Desert, CA 92260, USA"}, function(results, status) {if (status == google.maps.GeocoderStatus.OK) {$i++;if ($i == 1){document.getElementById('palm-desert-CA-american-agcredit').style.display = '';map = new google.maps.Map(document.getElementById('palm-desert-CA-american-agcredit'), mapOptions);}document.getElementById('95741010').innerHTML += ' | View Map';var $l87451bf26644cf993116c21c7f786856 = '

American AgCredit

Address: 74199 El Paseo #101, Palm Desert, CA 92260, USA
Phone: (760) 340-5671
';var m_87451bf26644cf993116c21c7f786856 = new google.maps.Marker({position: results[0].geometry.location,map: map,title: 'American AgCredit',});m_87451bf26644cf993116c21c7f786856['infowindow'] = new google.maps.InfoWindow({content: $l87451bf26644cf993116c21c7f786856});var infowindow = new google.maps.InfoWindow({content: $l87451bf26644cf993116c21c7f786856});google.maps.event.addListener(m_87451bf26644cf993116c21c7f786856, 'click', function() {infowindow.open(map,m_87451bf26644cf993116c21c7f786856);});$marker.push(m_87451bf26644cf993116c21c7f786856);}});}google.maps.event.addDomListener(window, 'load', initialize);