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.3613,-87.2187)};var g_ef032196a297619992c869476761d197 = new google.maps.Geocoder();g_ef032196a297619992c869476761d197.geocode( { 'address': "4815 Main St, Bremen, KY 42325, USA"}, function(results, status) {if (status == google.maps.GeocoderStatus.OK) {$i++;if ($i == 1){document.getElementById('bremen-KY-first-national-bank-muhlenberg').style.display = '';map = new google.maps.Map(document.getElementById('bremen-KY-first-national-bank-muhlenberg'), mapOptions);}document.getElementById('83abb1fa').innerHTML += ' | View Map';var $lef032196a297619992c869476761d197 = '

First National Bank-Muhlenberg

Address: 4815 Main St, Bremen, KY 42325, USA
Phone: (270) 525-6654
';var m_ef032196a297619992c869476761d197 = new google.maps.Marker({position: results[0].geometry.location,map: map,title: 'First National Bank-Muhlenberg',});m_ef032196a297619992c869476761d197['infowindow'] = new google.maps.InfoWindow({content: $lef032196a297619992c869476761d197});var infowindow = new google.maps.InfoWindow({content: $lef032196a297619992c869476761d197});google.maps.event.addListener(m_ef032196a297619992c869476761d197, 'click', function() {infowindow.open(map,m_ef032196a297619992c869476761d197);});$marker.push(m_ef032196a297619992c869476761d197);}});}google.maps.event.addDomListener(window, 'load', initialize);