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.6858,-82.7812)};var g_c7d0e7e2922845f3e1185d246d01365d = new google.maps.Geocoder();g_c7d0e7e2922845f3e1185d246d01365d.geocode( { 'address': "501 University Dr, Prestonsburg, KY 41653, USA"}, function(results, status) {if (status == google.maps.GeocoderStatus.OK) {$i++;if ($i == 1){document.getElementById('prestonsburg-KY-first-financial-credit').style.display = '';map = new google.maps.Map(document.getElementById('prestonsburg-KY-first-financial-credit'), mapOptions);}document.getElementById('ba605510').innerHTML += ' | View Map';var $lc7d0e7e2922845f3e1185d246d01365d = '

First Financial Credit

Address: 501 University Dr, Prestonsburg, KY 41653, USA
Phone: (606) 886-7833
';var m_c7d0e7e2922845f3e1185d246d01365d = new google.maps.Marker({position: results[0].geometry.location,map: map,title: 'First Financial Credit',});m_c7d0e7e2922845f3e1185d246d01365d['infowindow'] = new google.maps.InfoWindow({content: $lc7d0e7e2922845f3e1185d246d01365d});var infowindow = new google.maps.InfoWindow({content: $lc7d0e7e2922845f3e1185d246d01365d});google.maps.event.addListener(m_c7d0e7e2922845f3e1185d246d01365d, 'click', function() {infowindow.open(map,m_c7d0e7e2922845f3e1185d246d01365d);});$marker.push(m_c7d0e7e2922845f3e1185d246d01365d);}});}google.maps.event.addDomListener(window, 'load', initialize);