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(38.8299,-97.6162)};var g_66b26c0582cb963f5271672bb0d3c10b = new google.maps.Geocoder();g_66b26c0582cb963f5271672bb0d3c10b.geocode( { 'address': "925 W Magnolia Rd, Salina, KS 67401"}, function(results, status) {if (status == google.maps.GeocoderStatus.OK) {$i++;if ($i == 1){document.getElementById('salina-KS-american-ag-credit').style.display = '';map = new google.maps.Map(document.getElementById('salina-KS-american-ag-credit'), mapOptions);}document.getElementById('2620d624').innerHTML += ' | View Map';var $l66b26c0582cb963f5271672bb0d3c10b = '

American Ag Credit

Address: 925 W Magnolia Rd, Salina, KS 67401
Phone: (785) 825-4641
';var m_66b26c0582cb963f5271672bb0d3c10b = new google.maps.Marker({position: results[0].geometry.location,map: map,title: 'American Ag Credit',});m_66b26c0582cb963f5271672bb0d3c10b['infowindow'] = new google.maps.InfoWindow({content: $l66b26c0582cb963f5271672bb0d3c10b});var infowindow = new google.maps.InfoWindow({content: $l66b26c0582cb963f5271672bb0d3c10b});google.maps.event.addListener(m_66b26c0582cb963f5271672bb0d3c10b, 'click', function() {infowindow.open(map,m_66b26c0582cb963f5271672bb0d3c10b);});$marker.push(m_66b26c0582cb963f5271672bb0d3c10b);}});}google.maps.event.addDomListener(window, 'load', initialize);