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.2745,-91.3414)};var g_f5c8b548d7b8ad5a07057a0575d20601 = new google.maps.Geocoder();g_f5c8b548d7b8ad5a07057a0575d20601.geocode( { 'address': "1960 S Whitehead Dr, DeWitt, AR 72042, USA"}, function(results, status) {if (status == google.maps.GeocoderStatus.OK) {$i++;if ($i == 1){document.getElementById('dewitt-AR-shazam-atm').style.display = '';map = new google.maps.Map(document.getElementById('dewitt-AR-shazam-atm'), mapOptions);}document.getElementById('f808ae3f').innerHTML += ' | View Map';var $lf5c8b548d7b8ad5a07057a0575d20601 = '

Shazam Atm

Address: 1960 S Whitehead Dr, DeWitt, AR 72042, USA
Phone:
';var m_f5c8b548d7b8ad5a07057a0575d20601 = new google.maps.Marker({position: results[0].geometry.location,map: map,title: 'Shazam Atm',});m_f5c8b548d7b8ad5a07057a0575d20601['infowindow'] = new google.maps.InfoWindow({content: $lf5c8b548d7b8ad5a07057a0575d20601});var infowindow = new google.maps.InfoWindow({content: $lf5c8b548d7b8ad5a07057a0575d20601});google.maps.event.addListener(m_f5c8b548d7b8ad5a07057a0575d20601, 'click', function() {infowindow.open(map,m_f5c8b548d7b8ad5a07057a0575d20601);});$marker.push(m_f5c8b548d7b8ad5a07057a0575d20601);}});}google.maps.event.addDomListener(window, 'load', initialize);