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.8673,-87.8087)};var g_351747b75c0ae83bf5ca72a3293abb25 = new google.maps.Geocoder();g_351747b75c0ae83bf5ca72a3293abb25.geocode( { 'address': "1877 Main St, Cadiz, KY 42211, USA"}, function(results, status) {if (status == google.maps.GeocoderStatus.OK) {$i++;if ($i == 1){document.getElementById('cadiz-KY-traditions-finance-company').style.display = '';map = new google.maps.Map(document.getElementById('cadiz-KY-traditions-finance-company'), mapOptions);}document.getElementById('568481df').innerHTML += ' | View Map';var $l351747b75c0ae83bf5ca72a3293abb25 = '

Traditions Finance Company

Address: 1877 Main St, Cadiz, KY 42211, USA
Phone: (270) 522-3377
';var m_351747b75c0ae83bf5ca72a3293abb25 = new google.maps.Marker({position: results[0].geometry.location,map: map,title: 'Traditions Finance Company',});m_351747b75c0ae83bf5ca72a3293abb25['infowindow'] = new google.maps.InfoWindow({content: $l351747b75c0ae83bf5ca72a3293abb25});var infowindow = new google.maps.InfoWindow({content: $l351747b75c0ae83bf5ca72a3293abb25});google.maps.event.addListener(m_351747b75c0ae83bf5ca72a3293abb25, 'click', function() {infowindow.open(map,m_351747b75c0ae83bf5ca72a3293abb25);});$marker.push(m_351747b75c0ae83bf5ca72a3293abb25);}});}google.maps.event.addDomListener(window, 'load', initialize);