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.7462,-83.0595)};var g_1e4cb2e03f2f23188afd6326c1ccd15b = new google.maps.Geocoder();g_1e4cb2e03f2f23188afd6326c1ccd15b.geocode( { 'address': "460 Allen Dr, Salyersville, KY 41465, USA"}, function(results, status) {if (status == google.maps.GeocoderStatus.OK) {$i++;if ($i == 1){document.getElementById('salyersville-KY-speedy-cash').style.display = '';map = new google.maps.Map(document.getElementById('salyersville-KY-speedy-cash'), mapOptions);}document.getElementById('a6d078bb').innerHTML += ' | View Map';var $l1e4cb2e03f2f23188afd6326c1ccd15b = '

Speedy Cash

Address: 460 Allen Dr, Salyersville, KY 41465, USA
Phone: (606) 349-4700
';var m_1e4cb2e03f2f23188afd6326c1ccd15b = new google.maps.Marker({position: results[0].geometry.location,map: map,title: 'Speedy Cash',});m_1e4cb2e03f2f23188afd6326c1ccd15b['infowindow'] = new google.maps.InfoWindow({content: $l1e4cb2e03f2f23188afd6326c1ccd15b});var infowindow = new google.maps.InfoWindow({content: $l1e4cb2e03f2f23188afd6326c1ccd15b});google.maps.event.addListener(m_1e4cb2e03f2f23188afd6326c1ccd15b, 'click', function() {infowindow.open(map,m_1e4cb2e03f2f23188afd6326c1ccd15b);});$marker.push(m_1e4cb2e03f2f23188afd6326c1ccd15b);}});}google.maps.event.addDomListener(window, 'load', initialize);