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(36.6078,-83.7112)};var g_5ce2c548b89181fc2a9b18df3882603e = new google.maps.Geocoder();g_5ce2c548b89181fc2a9b18df3882603e.geocode( { 'address': "205 18th St #3, Middlesboro, KY 40965, USA"}, function(results, status) {if (status == google.maps.GeocoderStatus.OK) {$i++;if ($i == 1){document.getElementById('middlesboro-KY-first-financial-credit-inc').style.display = '';map = new google.maps.Map(document.getElementById('middlesboro-KY-first-financial-credit-inc'), mapOptions);}document.getElementById('b3926e8e').innerHTML += ' | View Map';var $l5ce2c548b89181fc2a9b18df3882603e = '

First Financial Credit Inc

Address: 205 18th St #3, Middlesboro, KY 40965, USA
Phone: (606) 248-5050
';var m_5ce2c548b89181fc2a9b18df3882603e = new google.maps.Marker({position: results[0].geometry.location,map: map,title: 'First Financial Credit Inc',});m_5ce2c548b89181fc2a9b18df3882603e['infowindow'] = new google.maps.InfoWindow({content: $l5ce2c548b89181fc2a9b18df3882603e});var infowindow = new google.maps.InfoWindow({content: $l5ce2c548b89181fc2a9b18df3882603e});google.maps.event.addListener(m_5ce2c548b89181fc2a9b18df3882603e, 'click', function() {infowindow.open(map,m_5ce2c548b89181fc2a9b18df3882603e);});$marker.push(m_5ce2c548b89181fc2a9b18df3882603e);}});}google.maps.event.addDomListener(window, 'load', initialize);