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.9744,-85.907)};var g_84422a6c68121cddf7a2cce3e474b293 = new google.maps.Geocoder();g_84422a6c68121cddf7a2cce3e474b293.geocode( { 'address': "1414 Happy Valley Rd, Glasgow, KY 42141"}, function(results, status) {if (status == google.maps.GeocoderStatus.OK) {$i++;if ($i == 1){document.getElementById('glasgow-KY-monticello-banking-co').style.display = '';map = new google.maps.Map(document.getElementById('glasgow-KY-monticello-banking-co'), mapOptions);}document.getElementById('5bffe7ac').innerHTML += ' | View Map';var $l84422a6c68121cddf7a2cce3e474b293 = '

Monticello Banking Co

Address: 1414 Happy Valley Rd, Glasgow, KY 42141
Phone: (270) 659-0080
';var m_84422a6c68121cddf7a2cce3e474b293 = new google.maps.Marker({position: results[0].geometry.location,map: map,title: 'Monticello Banking Co',});m_84422a6c68121cddf7a2cce3e474b293['infowindow'] = new google.maps.InfoWindow({content: $l84422a6c68121cddf7a2cce3e474b293});var infowindow = new google.maps.InfoWindow({content: $l84422a6c68121cddf7a2cce3e474b293});google.maps.event.addListener(m_84422a6c68121cddf7a2cce3e474b293, 'click', function() {infowindow.open(map,m_84422a6c68121cddf7a2cce3e474b293);});$marker.push(m_84422a6c68121cddf7a2cce3e474b293);}});}google.maps.event.addDomListener(window, 'load', initialize);