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.3503,-85.3308)};var g_88c744249e42dc37b812e4c0deb53da0 = new google.maps.Geocoder();g_88c744249e42dc37b812e4c0deb53da0.geocode( { 'address': "112 Roberts Rd # 2, Campbellsville, KY 42718, USA"}, function(results, status) {if (status == google.maps.GeocoderStatus.OK) {$i++;if ($i == 1){document.getElementById('campbellsville-KY-magnolia-bank').style.display = '';map = new google.maps.Map(document.getElementById('campbellsville-KY-magnolia-bank'), mapOptions);}document.getElementById('e94854ca').innerHTML += ' | View Map';var $l88c744249e42dc37b812e4c0deb53da0 = '

Magnolia Bank

Address: 112 Roberts Rd # 2, Campbellsville, KY 42718, USA
Phone: (270) 283-4227
';var m_88c744249e42dc37b812e4c0deb53da0 = new google.maps.Marker({position: results[0].geometry.location,map: map,title: 'Magnolia Bank',});m_88c744249e42dc37b812e4c0deb53da0['infowindow'] = new google.maps.InfoWindow({content: $l88c744249e42dc37b812e4c0deb53da0});var infowindow = new google.maps.InfoWindow({content: $l88c744249e42dc37b812e4c0deb53da0});google.maps.event.addListener(m_88c744249e42dc37b812e4c0deb53da0, 'click', function() {infowindow.open(map,m_88c744249e42dc37b812e4c0deb53da0);});$marker.push(m_88c744249e42dc37b812e4c0deb53da0);}});}google.maps.event.addDomListener(window, 'load', initialize);