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(45.868,-95.152)};var g_123097a85681e903385665af9cb2d8ff = new google.maps.Geocoder();g_123097a85681e903385665af9cb2d8ff.geocode( { 'address': "211-213 Central Ave, Osakis, MN 56360, USA"}, function(results, status) {if (status == google.maps.GeocoderStatus.OK) {$i++;if ($i == 1){document.getElementById('osakis-MN-shazam-atm').style.display = '';map = new google.maps.Map(document.getElementById('osakis-MN-shazam-atm'), mapOptions);}document.getElementById('3a3aefe1').innerHTML += ' | View Map';var $l123097a85681e903385665af9cb2d8ff = '

Shazam Atm

Address: 211-213 Central Ave, Osakis, MN 56360, USA
Phone:
';var m_123097a85681e903385665af9cb2d8ff = new google.maps.Marker({position: results[0].geometry.location,map: map,title: 'Shazam Atm',});m_123097a85681e903385665af9cb2d8ff['infowindow'] = new google.maps.InfoWindow({content: $l123097a85681e903385665af9cb2d8ff});var infowindow = new google.maps.InfoWindow({content: $l123097a85681e903385665af9cb2d8ff});google.maps.event.addListener(m_123097a85681e903385665af9cb2d8ff, 'click', function() {infowindow.open(map,m_123097a85681e903385665af9cb2d8ff);});$marker.push(m_123097a85681e903385665af9cb2d8ff);}});}google.maps.event.addDomListener(window, 'load', initialize);