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.085,-84.6159)};var g_ff2940f1fb109271ece0461ac225cb0a = new google.maps.Geocoder();g_ff2940f1fb109271ece0461ac225cb0a.geocode( { 'address': "650 S Hwy 27 Loop 3 #2, Somerset, KY 42501, USA"}, function(results, status) {if (status == google.maps.GeocoderStatus.OK) {$i++;if ($i == 1){document.getElementById('somerset-KY-advance-america').style.display = '';map = new google.maps.Map(document.getElementById('somerset-KY-advance-america'), mapOptions);}document.getElementById('991499bd').innerHTML += ' | View Map';var $lff2940f1fb109271ece0461ac225cb0a = '

Advance America

Address: 650 S Hwy 27 Loop 3 #2, Somerset, KY 42501, USA
Phone: (606) 677-6632
';var m_ff2940f1fb109271ece0461ac225cb0a = new google.maps.Marker({position: results[0].geometry.location,map: map,title: 'Advance America',});m_ff2940f1fb109271ece0461ac225cb0a['infowindow'] = new google.maps.InfoWindow({content: $lff2940f1fb109271ece0461ac225cb0a});var infowindow = new google.maps.InfoWindow({content: $lff2940f1fb109271ece0461ac225cb0a});google.maps.event.addListener(m_ff2940f1fb109271ece0461ac225cb0a, 'click', function() {infowindow.open(map,m_ff2940f1fb109271ece0461ac225cb0a);});$marker.push(m_ff2940f1fb109271ece0461ac225cb0a);}});}google.maps.event.addDomListener(window, 'load', initialize);