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.7024,-85.6919)};var g_4bc41f06defa801aebe0b49cc4d3781d = new google.maps.Geocoder();g_4bc41f06defa801aebe0b49cc4d3781d.geocode( { 'address': "104 W 4th St, Tompkinsville, KY 42167, USA"}, function(results, status) {if (status == google.maps.GeocoderStatus.OK) {$i++;if ($i == 1){document.getElementById('tompkinsville-KY-cash-it-now-inc').style.display = '';map = new google.maps.Map(document.getElementById('tompkinsville-KY-cash-it-now-inc'), mapOptions);}document.getElementById('3aa30b19').innerHTML += ' | View Map';var $l4bc41f06defa801aebe0b49cc4d3781d = '

Cash It Now Inc

Address: 104 W 4th St, Tompkinsville, KY 42167, USA
Phone: (270) 487-5274
';var m_4bc41f06defa801aebe0b49cc4d3781d = new google.maps.Marker({position: results[0].geometry.location,map: map,title: 'Cash It Now Inc',});m_4bc41f06defa801aebe0b49cc4d3781d['infowindow'] = new google.maps.InfoWindow({content: $l4bc41f06defa801aebe0b49cc4d3781d});var infowindow = new google.maps.InfoWindow({content: $l4bc41f06defa801aebe0b49cc4d3781d});google.maps.event.addListener(m_4bc41f06defa801aebe0b49cc4d3781d, 'click', function() {infowindow.open(map,m_4bc41f06defa801aebe0b49cc4d3781d);});$marker.push(m_4bc41f06defa801aebe0b49cc4d3781d);}});}google.maps.event.addDomListener(window, 'load', initialize);