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.3688,-92.407)};var g_eb34428a7690e6a343959bd7757ad1bb = new google.maps.Geocoder();g_eb34428a7690e6a343959bd7757ad1bb.geocode( { 'address': "17401 Hwy 65 S, Damascus, AR 72039, USA"}, function(results, status) {if (status == google.maps.GeocoderStatus.OK) {$i++;if ($i == 1){document.getElementById('damascus-AR-shazam-atm').style.display = '';map = new google.maps.Map(document.getElementById('damascus-AR-shazam-atm'), mapOptions);}document.getElementById('4b2bc621').innerHTML += ' | View Map';var $leb34428a7690e6a343959bd7757ad1bb = '

Shazam Atm

Address: 17401 Hwy 65 S, Damascus, AR 72039, USA
Phone:
';var m_eb34428a7690e6a343959bd7757ad1bb = new google.maps.Marker({position: results[0].geometry.location,map: map,title: 'Shazam Atm',});m_eb34428a7690e6a343959bd7757ad1bb['infowindow'] = new google.maps.InfoWindow({content: $leb34428a7690e6a343959bd7757ad1bb});var infowindow = new google.maps.InfoWindow({content: $leb34428a7690e6a343959bd7757ad1bb});google.maps.event.addListener(m_eb34428a7690e6a343959bd7757ad1bb, 'click', function() {infowindow.open(map,m_eb34428a7690e6a343959bd7757ad1bb);});$marker.push(m_eb34428a7690e6a343959bd7757ad1bb);}});}google.maps.event.addDomListener(window, 'load', initialize);