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.2466,-85.7657)};var g_95ce0cf108144189ab50cfbd644539c0 = new google.maps.Geocoder();g_95ce0cf108144189ab50cfbd644539c0.geocode( { 'address': "820 W Broadway, Louisville, KY 40202, USA"}, function(results, status) {if (status == google.maps.GeocoderStatus.OK) {$i++;if ($i == 1){document.getElementById('louisville-KY-l-g--e-credit-union').style.display = '';map = new google.maps.Map(document.getElementById('louisville-KY-l-g--e-credit-union'), mapOptions);}document.getElementById('2405a39f').innerHTML += ' | View Map';var $l95ce0cf108144189ab50cfbd644539c0 = '

L G & E Credit Union

Address: 820 W Broadway, Louisville, KY 40202, USA
Phone: (502) 627-3140
';var m_95ce0cf108144189ab50cfbd644539c0 = new google.maps.Marker({position: results[0].geometry.location,map: map,title: 'L G & E Credit Union',});m_95ce0cf108144189ab50cfbd644539c0['infowindow'] = new google.maps.InfoWindow({content: $l95ce0cf108144189ab50cfbd644539c0});var infowindow = new google.maps.InfoWindow({content: $l95ce0cf108144189ab50cfbd644539c0});google.maps.event.addListener(m_95ce0cf108144189ab50cfbd644539c0, 'click', function() {infowindow.open(map,m_95ce0cf108144189ab50cfbd644539c0);});$marker.push(m_95ce0cf108144189ab50cfbd644539c0);}});}google.maps.event.addDomListener(window, 'load', initialize);