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(35.0747,-85.6191)};var g_2622b6a1c97380d51c3588eecc03ff85 = new google.maps.Geocoder();g_2622b6a1c97380d51c3588eecc03ff85.geocode( { 'address': "4765 Main St, Jasper, TN 37347, USA"}, function(results, status) {if (status == google.maps.GeocoderStatus.OK) {$i++;if ($i == 1){document.getElementById('jasper-TN-shazam-atm').style.display = '';map = new google.maps.Map(document.getElementById('jasper-TN-shazam-atm'), mapOptions);}document.getElementById('18f52043').innerHTML += ' | View Map';var $l2622b6a1c97380d51c3588eecc03ff85 = '

Shazam Atm

Address: 4765 Main St, Jasper, TN 37347, USA
Phone:
';var m_2622b6a1c97380d51c3588eecc03ff85 = new google.maps.Marker({position: results[0].geometry.location,map: map,title: 'Shazam Atm',});m_2622b6a1c97380d51c3588eecc03ff85['infowindow'] = new google.maps.InfoWindow({content: $l2622b6a1c97380d51c3588eecc03ff85});var infowindow = new google.maps.InfoWindow({content: $l2622b6a1c97380d51c3588eecc03ff85});google.maps.event.addListener(m_2622b6a1c97380d51c3588eecc03ff85, 'click', function() {infowindow.open(map,m_2622b6a1c97380d51c3588eecc03ff85);});$marker.push(m_2622b6a1c97380d51c3588eecc03ff85);}});}google.maps.event.addDomListener(window, 'load', initialize);