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.8543,-83.8646)};var g_0502244811716e693be8c0228dadcdd3 = new google.maps.Geocoder();g_0502244811716e693be8c0228dadcdd3.geocode( { 'address': "1263 Old US Highway 25E, Barbourville, KY 40906, USA"}, function(results, status) {if (status == google.maps.GeocoderStatus.OK) {$i++;if ($i == 1){document.getElementById('barbourville-KY-cumberland-fast-cash').style.display = '';map = new google.maps.Map(document.getElementById('barbourville-KY-cumberland-fast-cash'), mapOptions);}document.getElementById('e27208cc').innerHTML += ' | View Map';var $l0502244811716e693be8c0228dadcdd3 = '

Cumberland Fast Cash

Address: 1263 Old US Highway 25E, Barbourville, KY 40906, USA
Phone: (606) 545-9837
';var m_0502244811716e693be8c0228dadcdd3 = new google.maps.Marker({position: results[0].geometry.location,map: map,title: 'Cumberland Fast Cash',});m_0502244811716e693be8c0228dadcdd3['infowindow'] = new google.maps.InfoWindow({content: $l0502244811716e693be8c0228dadcdd3});var infowindow = new google.maps.InfoWindow({content: $l0502244811716e693be8c0228dadcdd3});google.maps.event.addListener(m_0502244811716e693be8c0228dadcdd3, 'click', function() {infowindow.open(map,m_0502244811716e693be8c0228dadcdd3);});$marker.push(m_0502244811716e693be8c0228dadcdd3);}});}google.maps.event.addDomListener(window, 'load', initialize);