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(30.5019,-90.4911)};var g_061ddc75fca5466c703d00f3546b4a59 = new google.maps.Geocoder();g_061ddc75fca5466c703d00f3546b4a59.geocode( { 'address': "2718 W Thomas St, Hammond, LA 70401, USA"}, function(results, status) {if (status == google.maps.GeocoderStatus.OK) {$i++;if ($i == 1){document.getElementById('hammond-LA-cash-tyme').style.display = '';map = new google.maps.Map(document.getElementById('hammond-LA-cash-tyme'), mapOptions);}document.getElementById('6a739ae1').innerHTML += ' | View Map';var $l061ddc75fca5466c703d00f3546b4a59 = '

Cash Tyme

Address: 2718 W Thomas St, Hammond, LA 70401, USA
Phone: (985) 340-9077
';var m_061ddc75fca5466c703d00f3546b4a59 = new google.maps.Marker({position: results[0].geometry.location,map: map,title: 'Cash Tyme',});m_061ddc75fca5466c703d00f3546b4a59['infowindow'] = new google.maps.InfoWindow({content: $l061ddc75fca5466c703d00f3546b4a59});var infowindow = new google.maps.InfoWindow({content: $l061ddc75fca5466c703d00f3546b4a59});google.maps.event.addListener(m_061ddc75fca5466c703d00f3546b4a59, 'click', function() {infowindow.open(map,m_061ddc75fca5466c703d00f3546b4a59);});$marker.push(m_061ddc75fca5466c703d00f3546b4a59);}});}google.maps.event.addDomListener(window, 'load', initialize);