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(34.9094,-94.0935)};var g_e414af7c886973e35f00b42e48efa8cc = new google.maps.Geocoder();g_e414af7c886973e35f00b42e48efa8cc.geocode( { 'address': "570 N Main St, Waldron, AR 72958, USA"}, function(results, status) {if (status == google.maps.GeocoderStatus.OK) {$i++;if ($i == 1){document.getElementById('waldron-AR-shazam-atm').style.display = '';map = new google.maps.Map(document.getElementById('waldron-AR-shazam-atm'), mapOptions);}document.getElementById('b60568f7').innerHTML += ' | View Map';var $le414af7c886973e35f00b42e48efa8cc = '

Shazam Atm

Address: 570 N Main St, Waldron, AR 72958, USA
Phone:
';var m_e414af7c886973e35f00b42e48efa8cc = new google.maps.Marker({position: results[0].geometry.location,map: map,title: 'Shazam Atm',});m_e414af7c886973e35f00b42e48efa8cc['infowindow'] = new google.maps.InfoWindow({content: $le414af7c886973e35f00b42e48efa8cc});var infowindow = new google.maps.InfoWindow({content: $le414af7c886973e35f00b42e48efa8cc});google.maps.event.addListener(m_e414af7c886973e35f00b42e48efa8cc, 'click', function() {infowindow.open(map,m_e414af7c886973e35f00b42e48efa8cc);});$marker.push(m_e414af7c886973e35f00b42e48efa8cc);}});}google.maps.event.addDomListener(window, 'load', initialize);