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(41.2773,-82.2184)};var g_5895dcba5d9a234e96e3e3ea9014a562 = new google.maps.Geocoder();g_5895dcba5d9a234e96e3e3ea9014a562.geocode( { 'address': "530 S Main St, Oberlin, OH 44074, USA"}, function(results, status) {if (status == google.maps.GeocoderStatus.OK) {$i++;if ($i == 1){document.getElementById('oberlin-OH-farm-credit-mid-america').style.display = '';map = new google.maps.Map(document.getElementById('oberlin-OH-farm-credit-mid-america'), mapOptions);}document.getElementById('cc1f0383').innerHTML += ' | View Map';var $l5895dcba5d9a234e96e3e3ea9014a562 = '

Farm Credit Mid-America

Address: 530 S Main St, Oberlin, OH 44074, USA
Phone: (440) 775-4028
';var m_5895dcba5d9a234e96e3e3ea9014a562 = new google.maps.Marker({position: results[0].geometry.location,map: map,title: 'Farm Credit Mid-America',});m_5895dcba5d9a234e96e3e3ea9014a562['infowindow'] = new google.maps.InfoWindow({content: $l5895dcba5d9a234e96e3e3ea9014a562});var infowindow = new google.maps.InfoWindow({content: $l5895dcba5d9a234e96e3e3ea9014a562});google.maps.event.addListener(m_5895dcba5d9a234e96e3e3ea9014a562, 'click', function() {infowindow.open(map,m_5895dcba5d9a234e96e3e3ea9014a562);});$marker.push(m_5895dcba5d9a234e96e3e3ea9014a562);}});}google.maps.event.addDomListener(window, 'load', initialize);