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(38.2426,-85.5209)};var g_256bf8e6923a52fda8ddf7dc050a1148 = new google.maps.Geocoder();g_256bf8e6923a52fda8ddf7dc050a1148.geocode( { 'address': "12700 Townepark Way #117, Louisville, KY 40243, USA"}, function(results, status) {if (status == google.maps.GeocoderStatus.OK) {$i++;if ($i == 1){document.getElementById('louisville-KY-american-financial-network-inc').style.display = '';map = new google.maps.Map(document.getElementById('louisville-KY-american-financial-network-inc'), mapOptions);}document.getElementById('c45f841d').innerHTML += ' | View Map';var $l256bf8e6923a52fda8ddf7dc050a1148 = '

American Financial Network, Inc.

Address: 12700 Townepark Way #117, Louisville, KY 40243, USA
Phone: (502) 709-3079
';var m_256bf8e6923a52fda8ddf7dc050a1148 = new google.maps.Marker({position: results[0].geometry.location,map: map,title: 'American Financial Network, Inc.',});m_256bf8e6923a52fda8ddf7dc050a1148['infowindow'] = new google.maps.InfoWindow({content: $l256bf8e6923a52fda8ddf7dc050a1148});var infowindow = new google.maps.InfoWindow({content: $l256bf8e6923a52fda8ddf7dc050a1148});google.maps.event.addListener(m_256bf8e6923a52fda8ddf7dc050a1148, 'click', function() {infowindow.open(map,m_256bf8e6923a52fda8ddf7dc050a1148);});$marker.push(m_256bf8e6923a52fda8ddf7dc050a1148);}});}google.maps.event.addDomListener(window, 'load', initialize);