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.3312,-87.4975)};var g_9dba3e7e933b37f16656b06647f79364 = new google.maps.Geocoder();g_9dba3e7e933b37f16656b06647f79364.geocode( { 'address': "162 N Main St, Madisonville, KY 42431, USA"}, function(results, status) {if (status == google.maps.GeocoderStatus.OK) {$i++;if ($i == 1){document.getElementById('madisonville-KY-first-united-bank--trust').style.display = '';map = new google.maps.Map(document.getElementById('madisonville-KY-first-united-bank--trust'), mapOptions);}document.getElementById('683dbc5a').innerHTML += ' | View Map';var $l9dba3e7e933b37f16656b06647f79364 = '

First United Bank & Trust

Address: 162 N Main St, Madisonville, KY 42431, USA
Phone: (270) 821-5555
';var m_9dba3e7e933b37f16656b06647f79364 = new google.maps.Marker({position: results[0].geometry.location,map: map,title: 'First United Bank & Trust',});m_9dba3e7e933b37f16656b06647f79364['infowindow'] = new google.maps.InfoWindow({content: $l9dba3e7e933b37f16656b06647f79364});var infowindow = new google.maps.InfoWindow({content: $l9dba3e7e933b37f16656b06647f79364});google.maps.event.addListener(m_9dba3e7e933b37f16656b06647f79364, 'click', function() {infowindow.open(map,m_9dba3e7e933b37f16656b06647f79364);});$marker.push(m_9dba3e7e933b37f16656b06647f79364);}});}google.maps.event.addDomListener(window, 'load', initialize);