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.898,-83.2845)};var g_c60d870eaad6a3946ab3e8734466e532 = new google.maps.Geocoder();g_c60d870eaad6a3946ab3e8734466e532.geocode( { 'address': "1645 W Main St, West Liberty, KY 41472, USA"}, function(results, status) {if (status == google.maps.GeocoderStatus.OK) {$i++;if ($i == 1){document.getElementById('west-liberty-KY-bank-of-the-mountains').style.display = '';map = new google.maps.Map(document.getElementById('west-liberty-KY-bank-of-the-mountains'), mapOptions);}document.getElementById('e46c5e9f').innerHTML += ' | View Map';var $lc60d870eaad6a3946ab3e8734466e532 = '

Bank of the Mountains

Address: 1645 W Main St, West Liberty, KY 41472, USA
Phone: (606) 743-3141
';var m_c60d870eaad6a3946ab3e8734466e532 = new google.maps.Marker({position: results[0].geometry.location,map: map,title: 'Bank of the Mountains',});m_c60d870eaad6a3946ab3e8734466e532['infowindow'] = new google.maps.InfoWindow({content: $lc60d870eaad6a3946ab3e8734466e532});var infowindow = new google.maps.InfoWindow({content: $lc60d870eaad6a3946ab3e8734466e532});google.maps.event.addListener(m_c60d870eaad6a3946ab3e8734466e532, 'click', function() {infowindow.open(map,m_c60d870eaad6a3946ab3e8734466e532);});$marker.push(m_c60d870eaad6a3946ab3e8734466e532);}});}google.maps.event.addDomListener(window, 'load', initialize);