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.0658,-84.6214)};var g_12cda74722ca228f321e38329795ac41 = new google.maps.Geocoder();g_12cda74722ca228f321e38329795ac41.geocode( { 'address': "300 Sam Walton Dr #1300, Somerset, KY 42503, USA"}, function(results, status) {if (status == google.maps.GeocoderStatus.OK) {$i++;if ($i == 1){document.getElementById('somerset-KY-check-into-cash').style.display = '';map = new google.maps.Map(document.getElementById('somerset-KY-check-into-cash'), mapOptions);}document.getElementById('5b44d931').innerHTML += ' | View Map';var $l12cda74722ca228f321e38329795ac41 = '

Check Into Cash

Address: 300 Sam Walton Dr #1300, Somerset, KY 42503, USA
Phone: (606) 451-3136
';var m_12cda74722ca228f321e38329795ac41 = new google.maps.Marker({position: results[0].geometry.location,map: map,title: 'Check Into Cash',});m_12cda74722ca228f321e38329795ac41['infowindow'] = new google.maps.InfoWindow({content: $l12cda74722ca228f321e38329795ac41});var infowindow = new google.maps.InfoWindow({content: $l12cda74722ca228f321e38329795ac41});google.maps.event.addListener(m_12cda74722ca228f321e38329795ac41, 'click', function() {infowindow.open(map,m_12cda74722ca228f321e38329795ac41);});$marker.push(m_12cda74722ca228f321e38329795ac41);}});}google.maps.event.addDomListener(window, 'load', initialize);