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(44.0692,-91.9395)};var g_5c3f4ec1debdd0a7f9b63780078802d6 = new google.maps.Geocoder();g_5c3f4ec1debdd0a7f9b63780078802d6.geocode( { 'address': "1105 S Main St, Altura, MN 55910, USA"}, function(results, status) {if (status == google.maps.GeocoderStatus.OK) {$i++;if ($i == 1){document.getElementById('altura-MN-shazam-atm').style.display = '';map = new google.maps.Map(document.getElementById('altura-MN-shazam-atm'), mapOptions);}document.getElementById('783daf59').innerHTML += ' | View Map';var $l5c3f4ec1debdd0a7f9b63780078802d6 = '

Shazam Atm

Address: 1105 S Main St, Altura, MN 55910, USA
Phone:
';var m_5c3f4ec1debdd0a7f9b63780078802d6 = new google.maps.Marker({position: results[0].geometry.location,map: map,title: 'Shazam Atm',});m_5c3f4ec1debdd0a7f9b63780078802d6['infowindow'] = new google.maps.InfoWindow({content: $l5c3f4ec1debdd0a7f9b63780078802d6});var infowindow = new google.maps.InfoWindow({content: $l5c3f4ec1debdd0a7f9b63780078802d6});google.maps.event.addListener(m_5c3f4ec1debdd0a7f9b63780078802d6, 'click', function() {infowindow.open(map,m_5c3f4ec1debdd0a7f9b63780078802d6);});$marker.push(m_5c3f4ec1debdd0a7f9b63780078802d6);}});}google.maps.event.addDomListener(window, 'load', initialize);