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.3041,-120.486)};var g_97e7a460355127985c67a2290942ba5b = new google.maps.Geocoder();g_97e7a460355127985c67a2290942ba5b.geocode( { 'address': "711 W 19th St, Merced, CA 95340, USA"}, function(results, status) {if (status == google.maps.GeocoderStatus.OK) {$i++;if ($i == 1){document.getElementById('merced-CA-american-agcredit').style.display = '';map = new google.maps.Map(document.getElementById('merced-CA-american-agcredit'), mapOptions);}document.getElementById('d21ea479').innerHTML += ' | View Map';var $l97e7a460355127985c67a2290942ba5b = '

American AgCredit

Address: 711 W 19th St, Merced, CA 95340, USA
Phone: (209) 384-1050
';var m_97e7a460355127985c67a2290942ba5b = new google.maps.Marker({position: results[0].geometry.location,map: map,title: 'American AgCredit',});m_97e7a460355127985c67a2290942ba5b['infowindow'] = new google.maps.InfoWindow({content: $l97e7a460355127985c67a2290942ba5b});var infowindow = new google.maps.InfoWindow({content: $l97e7a460355127985c67a2290942ba5b});google.maps.event.addListener(m_97e7a460355127985c67a2290942ba5b, 'click', function() {infowindow.open(map,m_97e7a460355127985c67a2290942ba5b);});$marker.push(m_97e7a460355127985c67a2290942ba5b);}});}google.maps.event.addDomListener(window, 'load', initialize);