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.8922,-91.4853)};var g_7aba0dbcf27cb247162ce9de6c1b91f5 = new google.maps.Geocoder();g_7aba0dbcf27cb247162ce9de6c1b91f5.geocode( { 'address': "265 US-65, Dumas, AR 71639, USA"}, function(results, status) {if (status == google.maps.GeocoderStatus.OK) {$i++;if ($i == 1){document.getElementById('dumas-AR-shazam-atm').style.display = '';map = new google.maps.Map(document.getElementById('dumas-AR-shazam-atm'), mapOptions);}document.getElementById('346a00d9').innerHTML += ' | View Map';var $l7aba0dbcf27cb247162ce9de6c1b91f5 = '

Shazam Atm

Address: 265 US-65, Dumas, AR 71639, USA
Phone:
';var m_7aba0dbcf27cb247162ce9de6c1b91f5 = new google.maps.Marker({position: results[0].geometry.location,map: map,title: 'Shazam Atm',});m_7aba0dbcf27cb247162ce9de6c1b91f5['infowindow'] = new google.maps.InfoWindow({content: $l7aba0dbcf27cb247162ce9de6c1b91f5});var infowindow = new google.maps.InfoWindow({content: $l7aba0dbcf27cb247162ce9de6c1b91f5});google.maps.event.addListener(m_7aba0dbcf27cb247162ce9de6c1b91f5, 'click', function() {infowindow.open(map,m_7aba0dbcf27cb247162ce9de6c1b91f5);});$marker.push(m_7aba0dbcf27cb247162ce9de6c1b91f5);}});}google.maps.event.addDomListener(window, 'load', initialize);