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.247,-85.7766)};var g_3f11f0d79877607eb89d841848236675 = new google.maps.Geocoder();g_3f11f0d79877607eb89d841848236675.geocode( { 'address': "8620 Biggin Hill Ln, Louisville, KY 40220"}, function(results, status) {if (status == google.maps.GeocoderStatus.OK) {$i++;if ($i == 1){document.getElementById('louisville-KY-1st-independence-financial-group').style.display = '';map = new google.maps.Map(document.getElementById('louisville-KY-1st-independence-financial-group'), mapOptions);}document.getElementById('cb1a153c').innerHTML += ' | View Map';var $l3f11f0d79877607eb89d841848236675 = '

1st Independence Financial Group

Address: 8620 Biggin Hill Ln, Louisville, KY 40220
Phone: (502) 753-0500
';var m_3f11f0d79877607eb89d841848236675 = new google.maps.Marker({position: results[0].geometry.location,map: map,title: '1st Independence Financial Group',});m_3f11f0d79877607eb89d841848236675['infowindow'] = new google.maps.InfoWindow({content: $l3f11f0d79877607eb89d841848236675});var infowindow = new google.maps.InfoWindow({content: $l3f11f0d79877607eb89d841848236675});google.maps.event.addListener(m_3f11f0d79877607eb89d841848236675, 'click', function() {infowindow.open(map,m_3f11f0d79877607eb89d841848236675);});$marker.push(m_3f11f0d79877607eb89d841848236675);}});}google.maps.event.addDomListener(window, 'load', initialize);