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.0009,-88.4266)};var g_db95e946c2949f72bb70613392d81d63 = new google.maps.Geocoder();g_db95e946c2949f72bb70613392d81d63.geocode( { 'address': "19740 E Main St, Huntingdon, TN 38344, USA"}, function(results, status) {if (status == google.maps.GeocoderStatus.OK) {$i++;if ($i == 1){document.getElementById('huntingdon-TN-cash-master').style.display = '';map = new google.maps.Map(document.getElementById('huntingdon-TN-cash-master'), mapOptions);}document.getElementById('a7fdfdc4').innerHTML += ' | View Map';var $ldb95e946c2949f72bb70613392d81d63 = '

Cash Master

Address: 19740 E Main St, Huntingdon, TN 38344, USA
Phone: (731) 986-2800
';var m_db95e946c2949f72bb70613392d81d63 = new google.maps.Marker({position: results[0].geometry.location,map: map,title: 'Cash Master',});m_db95e946c2949f72bb70613392d81d63['infowindow'] = new google.maps.InfoWindow({content: $ldb95e946c2949f72bb70613392d81d63});var infowindow = new google.maps.InfoWindow({content: $ldb95e946c2949f72bb70613392d81d63});google.maps.event.addListener(m_db95e946c2949f72bb70613392d81d63, 'click', function() {infowindow.open(map,m_db95e946c2949f72bb70613392d81d63);});$marker.push(m_db95e946c2949f72bb70613392d81d63);}});}google.maps.event.addDomListener(window, 'load', initialize);