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.5605,-83.3969)};var g_82c8a17a21df5450b67d6c302b2fd4f4 = new google.maps.Geocoder();g_82c8a17a21df5450b67d6c302b2fd4f4.geocode( { 'address': "100 Highway 15 S # 136, Jackson, KY 41339, USA"}, function(results, status) {if (status == google.maps.GeocoderStatus.OK) {$i++;if ($i == 1){document.getElementById('jackson-KY-east-kentucky-credit-corporation').style.display = '';map = new google.maps.Map(document.getElementById('jackson-KY-east-kentucky-credit-corporation'), mapOptions);}document.getElementById('12213956').innerHTML += ' | View Map';var $l82c8a17a21df5450b67d6c302b2fd4f4 = '

East Kentucky Credit Corporation

Address: 100 Highway 15 S # 136, Jackson, KY 41339, USA
Phone: (606) 666-2288
';var m_82c8a17a21df5450b67d6c302b2fd4f4 = new google.maps.Marker({position: results[0].geometry.location,map: map,title: 'East Kentucky Credit Corporation',});m_82c8a17a21df5450b67d6c302b2fd4f4['infowindow'] = new google.maps.InfoWindow({content: $l82c8a17a21df5450b67d6c302b2fd4f4});var infowindow = new google.maps.InfoWindow({content: $l82c8a17a21df5450b67d6c302b2fd4f4});google.maps.event.addListener(m_82c8a17a21df5450b67d6c302b2fd4f4, 'click', function() {infowindow.open(map,m_82c8a17a21df5450b67d6c302b2fd4f4);});$marker.push(m_82c8a17a21df5450b67d6c302b2fd4f4);}});}google.maps.event.addDomListener(window, 'load', initialize);