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.3064,-82.3537)};var g_7df7d3c60dad3b9182147cc90e2a676c = new google.maps.Geocoder();g_7df7d3c60dad3b9182147cc90e2a676c.geocode( { 'address': "250 Elkhorn St, Elkhorn City, KY 41522, USA"}, function(results, status) {if (status == google.maps.GeocoderStatus.OK) {$i++;if ($i == 1){document.getElementById('elkhorn-city-KY-speedy-cash').style.display = '';map = new google.maps.Map(document.getElementById('elkhorn-city-KY-speedy-cash'), mapOptions);}document.getElementById('e4494a22').innerHTML += ' | View Map';var $l7df7d3c60dad3b9182147cc90e2a676c = '

Speedy Cash

Address: 250 Elkhorn St, Elkhorn City, KY 41522, USA
Phone: (606) 754-9100
';var m_7df7d3c60dad3b9182147cc90e2a676c = new google.maps.Marker({position: results[0].geometry.location,map: map,title: 'Speedy Cash',});m_7df7d3c60dad3b9182147cc90e2a676c['infowindow'] = new google.maps.InfoWindow({content: $l7df7d3c60dad3b9182147cc90e2a676c});var infowindow = new google.maps.InfoWindow({content: $l7df7d3c60dad3b9182147cc90e2a676c});google.maps.event.addListener(m_7df7d3c60dad3b9182147cc90e2a676c, 'click', function() {infowindow.open(map,m_7df7d3c60dad3b9182147cc90e2a676c);});$marker.push(m_7df7d3c60dad3b9182147cc90e2a676c);}});}google.maps.event.addDomListener(window, 'load', initialize);