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.2418,-85.5787)};var g_18a3f9476cce3e2ed65b3ecb1dd34634 = new google.maps.Geocoder();g_18a3f9476cce3e2ed65b3ecb1dd34634.geocode( { 'address': "320 Whittington Pkwy #106, Louisville, KY 40222, USA"}, function(results, status) {if (status == google.maps.GeocoderStatus.OK) {$i++;if ($i == 1){document.getElementById('louisville-KY-andy-foster---swan-financial-corporation').style.display = '';map = new google.maps.Map(document.getElementById('louisville-KY-andy-foster---swan-financial-corporation'), mapOptions);}document.getElementById('6a537e0e').innerHTML += ' | View Map';var $l18a3f9476cce3e2ed65b3ecb1dd34634 = '

Andy Foster - Swan Financial Corporation

Address: 320 Whittington Pkwy #106, Louisville, KY 40222, USA
Phone: (502) 783-1624
';var m_18a3f9476cce3e2ed65b3ecb1dd34634 = new google.maps.Marker({position: results[0].geometry.location,map: map,title: 'Andy Foster - Swan Financial Corporation',});m_18a3f9476cce3e2ed65b3ecb1dd34634['infowindow'] = new google.maps.InfoWindow({content: $l18a3f9476cce3e2ed65b3ecb1dd34634});var infowindow = new google.maps.InfoWindow({content: $l18a3f9476cce3e2ed65b3ecb1dd34634});google.maps.event.addListener(m_18a3f9476cce3e2ed65b3ecb1dd34634, 'click', function() {infowindow.open(map,m_18a3f9476cce3e2ed65b3ecb1dd34634);});$marker.push(m_18a3f9476cce3e2ed65b3ecb1dd34634);}});}google.maps.event.addDomListener(window, 'load', initialize);