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.0251,-84.6262)};var g_5fcbea2c5f4b90fbf93577bdbc5f31bc = new google.maps.Geocoder();g_5fcbea2c5f4b90fbf93577bdbc5f31bc.geocode( { 'address': "Somerset, KY 42501, USA"}, function(results, status) {if (status == google.maps.GeocoderStatus.OK) {$i++;if ($i == 1){document.getElementById('somerset-KY-first-century-lending').style.display = '';map = new google.maps.Map(document.getElementById('somerset-KY-first-century-lending'), mapOptions);}document.getElementById('dcf88b8e').innerHTML += ' | View Map';var $l5fcbea2c5f4b90fbf93577bdbc5f31bc = '

First Century Lending

Address: Somerset, KY 42501, USA
Phone: (606) 678-2231
';var m_5fcbea2c5f4b90fbf93577bdbc5f31bc = new google.maps.Marker({position: results[0].geometry.location,map: map,title: 'First Century Lending',});m_5fcbea2c5f4b90fbf93577bdbc5f31bc['infowindow'] = new google.maps.InfoWindow({content: $l5fcbea2c5f4b90fbf93577bdbc5f31bc});var infowindow = new google.maps.InfoWindow({content: $l5fcbea2c5f4b90fbf93577bdbc5f31bc});google.maps.event.addListener(m_5fcbea2c5f4b90fbf93577bdbc5f31bc, 'click', function() {infowindow.open(map,m_5fcbea2c5f4b90fbf93577bdbc5f31bc);});$marker.push(m_5fcbea2c5f4b90fbf93577bdbc5f31bc);}});}google.maps.event.addDomListener(window, 'load', initialize);