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.9193,-83.2605)};var g_3e3d81277a4dd2c87008ea22c93551c7 = new google.maps.Geocoder();g_3e3d81277a4dd2c87008ea22c93551c7.geocode( { 'address': "480 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-mountain').style.display = '';map = new google.maps.Map(document.getElementById('west-liberty-KY-bank-of-the-mountain'), mapOptions);}document.getElementById('7a3884ff').innerHTML += ' | View Map';var $l3e3d81277a4dd2c87008ea22c93551c7 = '

Bank of the Mountain

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