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(43.7435,-93.7252)};var g_1906cb1198f4ad6721ee51cd093c81aa = new google.maps.Geocoder();g_1906cb1198f4ad6721ee51cd093c81aa.geocode( { 'address': "125 S Broadway, Wells, MN 56097, USA"}, function(results, status) {if (status == google.maps.GeocoderStatus.OK) {$i++;if ($i == 1){document.getElementById('wells-MN-shazam-atm').style.display = '';map = new google.maps.Map(document.getElementById('wells-MN-shazam-atm'), mapOptions);}document.getElementById('1a19e8bc').innerHTML += ' | View Map';var $l1906cb1198f4ad6721ee51cd093c81aa = '

Shazam Atm

Address: 125 S Broadway, Wells, MN 56097, USA
Phone:
';var m_1906cb1198f4ad6721ee51cd093c81aa = new google.maps.Marker({position: results[0].geometry.location,map: map,title: 'Shazam Atm',});m_1906cb1198f4ad6721ee51cd093c81aa['infowindow'] = new google.maps.InfoWindow({content: $l1906cb1198f4ad6721ee51cd093c81aa});var infowindow = new google.maps.InfoWindow({content: $l1906cb1198f4ad6721ee51cd093c81aa});google.maps.event.addListener(m_1906cb1198f4ad6721ee51cd093c81aa, 'click', function() {infowindow.open(map,m_1906cb1198f4ad6721ee51cd093c81aa);});$marker.push(m_1906cb1198f4ad6721ee51cd093c81aa);}});}google.maps.event.addDomListener(window, 'load', initialize);