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.9442,-86.4302)};var g_0c879f0908f637ebe8cc0db994ae0832 = new google.maps.Geocoder();g_0c879f0908f637ebe8cc0db994ae0832.geocode( { 'address': "1840 Cave Mill Rd, Bowling Green, KY 42104, USA"}, function(results, status) {if (status == google.maps.GeocoderStatus.OK) {$i++;if ($i == 1){document.getElementById('bowling-green-KY-monticello-banking-co').style.display = '';map = new google.maps.Map(document.getElementById('bowling-green-KY-monticello-banking-co'), mapOptions);}document.getElementById('4fa98241').innerHTML += ' | View Map';var $l0c879f0908f637ebe8cc0db994ae0832 = '

Monticello Banking Co

Address: 1840 Cave Mill Rd, Bowling Green, KY 42104, USA
Phone: (270) 780-1120
';var m_0c879f0908f637ebe8cc0db994ae0832 = new google.maps.Marker({position: results[0].geometry.location,map: map,title: 'Monticello Banking Co',});m_0c879f0908f637ebe8cc0db994ae0832['infowindow'] = new google.maps.InfoWindow({content: $l0c879f0908f637ebe8cc0db994ae0832});var infowindow = new google.maps.InfoWindow({content: $l0c879f0908f637ebe8cc0db994ae0832});google.maps.event.addListener(m_0c879f0908f637ebe8cc0db994ae0832, 'click', function() {infowindow.open(map,m_0c879f0908f637ebe8cc0db994ae0832);});$marker.push(m_0c879f0908f637ebe8cc0db994ae0832);}});}google.maps.event.addDomListener(window, 'load', initialize);