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.1976,-85.8387)};var g_0440169a43de927753429dd69ca8c735 = new google.maps.Geocoder();g_0440169a43de927753429dd69ca8c735.geocode( { 'address': "4415 Cane Run Rd, Louisville, KY 40216, USA"}, function(results, status) {if (status == google.maps.GeocoderStatus.OK) {$i++;if ($i == 1){document.getElementById('louisville-KY-louchem-federal-credit-union').style.display = '';map = new google.maps.Map(document.getElementById('louisville-KY-louchem-federal-credit-union'), mapOptions);}document.getElementById('e8d5b975').innerHTML += ' | View Map';var $l0440169a43de927753429dd69ca8c735 = '

LouChem Federal Credit Union

Address: 4415 Cane Run Rd, Louisville, KY 40216, USA
Phone: (502) 447-6300
';var m_0440169a43de927753429dd69ca8c735 = new google.maps.Marker({position: results[0].geometry.location,map: map,title: 'LouChem Federal Credit Union',});m_0440169a43de927753429dd69ca8c735['infowindow'] = new google.maps.InfoWindow({content: $l0440169a43de927753429dd69ca8c735});var infowindow = new google.maps.InfoWindow({content: $l0440169a43de927753429dd69ca8c735});google.maps.event.addListener(m_0440169a43de927753429dd69ca8c735, 'click', function() {infowindow.open(map,m_0440169a43de927753429dd69ca8c735);});$marker.push(m_0440169a43de927753429dd69ca8c735);}});}google.maps.event.addDomListener(window, 'load', initialize);