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.1004,-84.6087)};var g_42b1c6a5d2205c2a61dcc08c028e4592 = new google.maps.Geocoder();g_42b1c6a5d2205c2a61dcc08c028e4592.geocode( { 'address': "650 N Main St Suite 216, Somerset, KY 42502, USA"}, function(results, status) {if (status == google.maps.GeocoderStatus.OK) {$i++;if ($i == 1){document.getElementById('somerset-KY-eagle-finance').style.display = '';map = new google.maps.Map(document.getElementById('somerset-KY-eagle-finance'), mapOptions);}document.getElementById('e6d63e23').innerHTML += ' | View Map';var $l42b1c6a5d2205c2a61dcc08c028e4592 = '

Eagle Finance

Address: 650 N Main St Suite 216, Somerset, KY 42502, USA
Phone: (606) 676-0899
';var m_42b1c6a5d2205c2a61dcc08c028e4592 = new google.maps.Marker({position: results[0].geometry.location,map: map,title: 'Eagle Finance',});m_42b1c6a5d2205c2a61dcc08c028e4592['infowindow'] = new google.maps.InfoWindow({content: $l42b1c6a5d2205c2a61dcc08c028e4592});var infowindow = new google.maps.InfoWindow({content: $l42b1c6a5d2205c2a61dcc08c028e4592});google.maps.event.addListener(m_42b1c6a5d2205c2a61dcc08c028e4592, 'click', function() {infowindow.open(map,m_42b1c6a5d2205c2a61dcc08c028e4592);});$marker.push(m_42b1c6a5d2205c2a61dcc08c028e4592);}});}google.maps.event.addDomListener(window, 'load', initialize);