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.5191,-85.6734)};var g_faf9479f99fb84e29665b8160235c3cf = new google.maps.Geocoder();g_faf9479f99fb84e29665b8160235c3cf.geocode( { 'address': "4204 S Western Ave, Marion, IN 46953, USA"}, function(results, status) {if (status == google.maps.GeocoderStatus.OK) {$i++;if ($i == 1){document.getElementById('marion-IN-farm-credit-mid-america').style.display = '';map = new google.maps.Map(document.getElementById('marion-IN-farm-credit-mid-america'), mapOptions);}document.getElementById('7cdc94fd').innerHTML += ' | View Map';var $lfaf9479f99fb84e29665b8160235c3cf = '

Farm Credit Mid-America

Address: 4204 S Western Ave, Marion, IN 46953, USA
Phone: (765) 662-9911
';var m_faf9479f99fb84e29665b8160235c3cf = new google.maps.Marker({position: results[0].geometry.location,map: map,title: 'Farm Credit Mid-America',});m_faf9479f99fb84e29665b8160235c3cf['infowindow'] = new google.maps.InfoWindow({content: $lfaf9479f99fb84e29665b8160235c3cf});var infowindow = new google.maps.InfoWindow({content: $lfaf9479f99fb84e29665b8160235c3cf});google.maps.event.addListener(m_faf9479f99fb84e29665b8160235c3cf, 'click', function() {infowindow.open(map,m_faf9479f99fb84e29665b8160235c3cf);});$marker.push(m_faf9479f99fb84e29665b8160235c3cf);}});}google.maps.event.addDomListener(window, 'load', initialize);