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.9147,-94.6392)};var g_c20a9f3bd301ae1339b2f03196708705 = new google.maps.Geocoder();g_c20a9f3bd301ae1339b2f03196708705.geocode( { 'address': "24 3rd St, Swanville, MN 56382, USA"}, function(results, status) {if (status == google.maps.GeocoderStatus.OK) {$i++;if ($i == 1){document.getElementById('swanville-MN-shazam-atm').style.display = '';map = new google.maps.Map(document.getElementById('swanville-MN-shazam-atm'), mapOptions);}document.getElementById('0b390037').innerHTML += ' | View Map';var $lc20a9f3bd301ae1339b2f03196708705 = '

Shazam Atm

Address: 24 3rd St, Swanville, MN 56382, USA
Phone:
';var m_c20a9f3bd301ae1339b2f03196708705 = new google.maps.Marker({position: results[0].geometry.location,map: map,title: 'Shazam Atm',});m_c20a9f3bd301ae1339b2f03196708705['infowindow'] = new google.maps.InfoWindow({content: $lc20a9f3bd301ae1339b2f03196708705});var infowindow = new google.maps.InfoWindow({content: $lc20a9f3bd301ae1339b2f03196708705});google.maps.event.addListener(m_c20a9f3bd301ae1339b2f03196708705, 'click', function() {infowindow.open(map,m_c20a9f3bd301ae1339b2f03196708705);});$marker.push(m_c20a9f3bd301ae1339b2f03196708705);}});}google.maps.event.addDomListener(window, 'load', initialize);