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(31.9252,-91.2421)};var g_8958215470c277c72c6e65109bfa504a = new google.maps.Geocoder();g_8958215470c277c72c6e65109bfa504a.geocode( { 'address': "921 Plank Rd, St Joseph, LA 71366, USA"}, function(results, status) {if (status == google.maps.GeocoderStatus.OK) {$i++;if ($i == 1){document.getElementById('saint-joseph-LA-shazam-atm').style.display = '';map = new google.maps.Map(document.getElementById('saint-joseph-LA-shazam-atm'), mapOptions);}document.getElementById('421b2402').innerHTML += ' | View Map';var $l8958215470c277c72c6e65109bfa504a = '

Shazam Atm

Address: 921 Plank Rd, St Joseph, LA 71366, USA
Phone:
';var m_8958215470c277c72c6e65109bfa504a = new google.maps.Marker({position: results[0].geometry.location,map: map,title: 'Shazam Atm',});m_8958215470c277c72c6e65109bfa504a['infowindow'] = new google.maps.InfoWindow({content: $l8958215470c277c72c6e65109bfa504a});var infowindow = new google.maps.InfoWindow({content: $l8958215470c277c72c6e65109bfa504a});google.maps.event.addListener(m_8958215470c277c72c6e65109bfa504a, 'click', function() {infowindow.open(map,m_8958215470c277c72c6e65109bfa504a);});$marker.push(m_8958215470c277c72c6e65109bfa504a);}});}google.maps.event.addDomListener(window, 'load', initialize);