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(33.7378,-84.9778)};var g_3ff5f362073a3e37fcf98867f5b4f527 = new google.maps.Geocoder();g_3ff5f362073a3e37fcf98867f5b4f527.geocode( { 'address': "1508 US-78, Jasper, AL 35501, USA"}, function(results, status) {if (status == google.maps.GeocoderStatus.OK) {$i++;if ($i == 1){document.getElementById('jasper-AL-tltlemax').style.display = '';map = new google.maps.Map(document.getElementById('jasper-AL-tltlemax'), mapOptions);}document.getElementById('9a63ac11').innerHTML += ' | View Map';var $l3ff5f362073a3e37fcf98867f5b4f527 = '

Tltlemax

Address: 1508 US-78, Jasper, AL 35501, USA
Phone: (205) 282-4634
';var m_3ff5f362073a3e37fcf98867f5b4f527 = new google.maps.Marker({position: results[0].geometry.location,map: map,title: 'Tltlemax',});m_3ff5f362073a3e37fcf98867f5b4f527['infowindow'] = new google.maps.InfoWindow({content: $l3ff5f362073a3e37fcf98867f5b4f527});var infowindow = new google.maps.InfoWindow({content: $l3ff5f362073a3e37fcf98867f5b4f527});google.maps.event.addListener(m_3ff5f362073a3e37fcf98867f5b4f527, 'click', function() {infowindow.open(map,m_3ff5f362073a3e37fcf98867f5b4f527);});$marker.push(m_3ff5f362073a3e37fcf98867f5b4f527);}});}google.maps.event.addDomListener(window, 'load', initialize);