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(40.5519,-111.899)};var g_9f890600d69f79271807ba91400927df = new google.maps.Geocoder();g_9f890600d69f79271807ba91400927df.geocode( { 'address': "10980 S Jordan Gtwy, South Jordan, UT 84095, USA"}, function(results, status) {if (status == google.maps.GeocoderStatus.OK) {$i++;if ($i == 1){document.getElementById('south-jordan-UT-western-agcredit').style.display = '';map = new google.maps.Map(document.getElementById('south-jordan-UT-western-agcredit'), mapOptions);}document.getElementById('4b5d2346').innerHTML += ' | View Map';var $l9f890600d69f79271807ba91400927df = '

Western AgCredit

Address: 10980 S Jordan Gtwy, South Jordan, UT 84095, USA
Phone: (801) 571-9200
';var m_9f890600d69f79271807ba91400927df = new google.maps.Marker({position: results[0].geometry.location,map: map,title: 'Western AgCredit',});m_9f890600d69f79271807ba91400927df['infowindow'] = new google.maps.InfoWindow({content: $l9f890600d69f79271807ba91400927df});var infowindow = new google.maps.InfoWindow({content: $l9f890600d69f79271807ba91400927df});google.maps.event.addListener(m_9f890600d69f79271807ba91400927df, 'click', function() {infowindow.open(map,m_9f890600d69f79271807ba91400927df);});$marker.push(m_9f890600d69f79271807ba91400927df);}});}google.maps.event.addDomListener(window, 'load', initialize);