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(37.0765,-88.8685)};var g_f654eb14126be7e9831b722a92c31c90 = new google.maps.Geocoder();g_f654eb14126be7e9831b722a92c31c90.geocode( { 'address': "339 Kentucky Ave, Kevil, KY 42053, USA"}, function(results, status) {if (status == google.maps.GeocoderStatus.OK) {$i++;if ($i == 1){document.getElementById('kevil-KY-c-plant-federal-credit-union').style.display = '';map = new google.maps.Map(document.getElementById('kevil-KY-c-plant-federal-credit-union'), mapOptions);}document.getElementById('695ea0ae').innerHTML += ' | View Map';var $lf654eb14126be7e9831b722a92c31c90 = '

C Plant Federal Credit Union

Address: 339 Kentucky Ave, Kevil, KY 42053, USA
Phone: (270) 462-2353
';var m_f654eb14126be7e9831b722a92c31c90 = new google.maps.Marker({position: results[0].geometry.location,map: map,title: 'C Plant Federal Credit Union',});m_f654eb14126be7e9831b722a92c31c90['infowindow'] = new google.maps.InfoWindow({content: $lf654eb14126be7e9831b722a92c31c90});var infowindow = new google.maps.InfoWindow({content: $lf654eb14126be7e9831b722a92c31c90});google.maps.event.addListener(m_f654eb14126be7e9831b722a92c31c90, 'click', function() {infowindow.open(map,m_f654eb14126be7e9831b722a92c31c90);});$marker.push(m_f654eb14126be7e9831b722a92c31c90);}});}google.maps.event.addDomListener(window, 'load', initialize);