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.2464,-85.7499)};var g_b4bd0050a889379bcec828d6f03ad227 = new google.maps.Geocoder();g_b4bd0050a889379bcec828d6f03ad227.geocode( { 'address': "234 E Gray St #130, Louisville, KY 40202, USA"}, function(results, status) {if (status == google.maps.GeocoderStatus.OK) {$i++;if ($i == 1){document.getElementById('louisville-KY-louisville-medical-center-federal-credit-union').style.display = '';map = new google.maps.Map(document.getElementById('louisville-KY-louisville-medical-center-federal-credit-union'), mapOptions);}document.getElementById('38ae9466').innerHTML += ' | View Map';var $lb4bd0050a889379bcec828d6f03ad227 = '

Louisville Medical Center Federal Credit Union

Address: 234 E Gray St #130, Louisville, KY 40202, USA
Phone: (502) 629-3716
';var m_b4bd0050a889379bcec828d6f03ad227 = new google.maps.Marker({position: results[0].geometry.location,map: map,title: 'Louisville Medical Center Federal Credit Union',});m_b4bd0050a889379bcec828d6f03ad227['infowindow'] = new google.maps.InfoWindow({content: $lb4bd0050a889379bcec828d6f03ad227});var infowindow = new google.maps.InfoWindow({content: $lb4bd0050a889379bcec828d6f03ad227});google.maps.event.addListener(m_b4bd0050a889379bcec828d6f03ad227, 'click', function() {infowindow.open(map,m_b4bd0050a889379bcec828d6f03ad227);});$marker.push(m_b4bd0050a889379bcec828d6f03ad227);}});}google.maps.event.addDomListener(window, 'load', initialize);