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(36.863,-86.7115)};var g_48a8673636910f5201befc81aee3fbb3 = new google.maps.Geocoder();g_48a8673636910f5201befc81aee3fbb3.geocode( { 'address': "218 W Main St, Auburn, KY 42206, USA"}, function(results, status) {if (status == google.maps.GeocoderStatus.OK) {$i++;if ($i == 1){document.getElementById('auburn-KY-auburn-banking-co').style.display = '';map = new google.maps.Map(document.getElementById('auburn-KY-auburn-banking-co'), mapOptions);}document.getElementById('c141c5d8').innerHTML += ' | View Map';var $l48a8673636910f5201befc81aee3fbb3 = '

Auburn Banking Co

Address: 218 W Main St, Auburn, KY 42206, USA
Phone: (270) 542-4185
';var m_48a8673636910f5201befc81aee3fbb3 = new google.maps.Marker({position: results[0].geometry.location,map: map,title: 'Auburn Banking Co',});m_48a8673636910f5201befc81aee3fbb3['infowindow'] = new google.maps.InfoWindow({content: $l48a8673636910f5201befc81aee3fbb3});var infowindow = new google.maps.InfoWindow({content: $l48a8673636910f5201befc81aee3fbb3});google.maps.event.addListener(m_48a8673636910f5201befc81aee3fbb3, 'click', function() {infowindow.open(map,m_48a8673636910f5201befc81aee3fbb3);});$marker.push(m_48a8673636910f5201befc81aee3fbb3);}});}google.maps.event.addDomListener(window, 'load', initialize);