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(37.0613,-84.645)};var g_42a33d4150a53ec0160e9cad6f13b923 = new google.maps.Geocoder();g_42a33d4150a53ec0160e9cad6f13b923.geocode( { 'address': "2211 KY-914, Somerset, KY 42503, USA"}, function(results, status) {if (status == google.maps.GeocoderStatus.OK) {$i++;if ($i == 1){document.getElementById('somerset-KY-farm-credit-mid-america').style.display = '';map = new google.maps.Map(document.getElementById('somerset-KY-farm-credit-mid-america'), mapOptions);}document.getElementById('c886c659').innerHTML += ' | View Map';var $l42a33d4150a53ec0160e9cad6f13b923 = '

Farm Credit Mid-America

Address: 2211 KY-914, Somerset, KY 42503, USA
Phone: (606) 679-4311
';var m_42a33d4150a53ec0160e9cad6f13b923 = new google.maps.Marker({position: results[0].geometry.location,map: map,title: 'Farm Credit Mid-America',});m_42a33d4150a53ec0160e9cad6f13b923['infowindow'] = new google.maps.InfoWindow({content: $l42a33d4150a53ec0160e9cad6f13b923});var infowindow = new google.maps.InfoWindow({content: $l42a33d4150a53ec0160e9cad6f13b923});google.maps.event.addListener(m_42a33d4150a53ec0160e9cad6f13b923, 'click', function() {infowindow.open(map,m_42a33d4150a53ec0160e9cad6f13b923);});$marker.push(m_42a33d4150a53ec0160e9cad6f13b923);}});}google.maps.event.addDomListener(window, 'load', initialize);