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.5607,-84.5398)};var g_3eb2196fad0446168c08a93fe809c22f = new google.maps.Geocoder();g_3eb2196fad0446168c08a93fe809c22f.geocode( { 'address': "1225 Irmscher Blvd, Celina, OH 45822, USA"}, function(results, status) {if (status == google.maps.GeocoderStatus.OK) {$i++;if ($i == 1){document.getElementById('celina-OH-farm-credit-mid-america').style.display = '';map = new google.maps.Map(document.getElementById('celina-OH-farm-credit-mid-america'), mapOptions);}document.getElementById('ef986dcd').innerHTML += ' | View Map';var $l3eb2196fad0446168c08a93fe809c22f = '

Farm Credit Mid-America

Address: 1225 Irmscher Blvd, Celina, OH 45822, USA
Phone: (419) 586-4229
';var m_3eb2196fad0446168c08a93fe809c22f = new google.maps.Marker({position: results[0].geometry.location,map: map,title: 'Farm Credit Mid-America',});m_3eb2196fad0446168c08a93fe809c22f['infowindow'] = new google.maps.InfoWindow({content: $l3eb2196fad0446168c08a93fe809c22f});var infowindow = new google.maps.InfoWindow({content: $l3eb2196fad0446168c08a93fe809c22f});google.maps.event.addListener(m_3eb2196fad0446168c08a93fe809c22f, 'click', function() {infowindow.open(map,m_3eb2196fad0446168c08a93fe809c22f);});$marker.push(m_3eb2196fad0446168c08a93fe809c22f);}});}google.maps.event.addDomListener(window, 'load', initialize);