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_58ec998e5f04921d22afdd67759db6e4 = new google.maps.Geocoder();g_58ec998e5f04921d22afdd67759db6e4.geocode( { 'address': "11601 Bluegrass Pkwy, Louisville, KY 40299"}, function(results, status) {if (status == google.maps.GeocoderStatus.OK) {$i++;if ($i == 1){document.getElementById('louisville-KY-citizens-union-bank').style.display = '';map = new google.maps.Map(document.getElementById('louisville-KY-citizens-union-bank'), mapOptions);}document.getElementById('8675b0cb').innerHTML += ' | View Map';var $l58ec998e5f04921d22afdd67759db6e4 = '

Citizens Union Bank

Address: 11601 Bluegrass Pkwy, Louisville, KY 40299
Phone: (502) 267-3500
';var m_58ec998e5f04921d22afdd67759db6e4 = new google.maps.Marker({position: results[0].geometry.location,map: map,title: 'Citizens Union Bank',});m_58ec998e5f04921d22afdd67759db6e4['infowindow'] = new google.maps.InfoWindow({content: $l58ec998e5f04921d22afdd67759db6e4});var infowindow = new google.maps.InfoWindow({content: $l58ec998e5f04921d22afdd67759db6e4});google.maps.event.addListener(m_58ec998e5f04921d22afdd67759db6e4, 'click', function() {infowindow.open(map,m_58ec998e5f04921d22afdd67759db6e4);});$marker.push(m_58ec998e5f04921d22afdd67759db6e4);}});}google.maps.event.addDomListener(window, 'load', initialize);