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.9719,-92.0649)};var g_85f002cb15e42f0262338886dd29bf1e = new google.maps.Geocoder();g_85f002cb15e42f0262338886dd29bf1e.geocode( { 'address': "RR 1, St Charles, MN 55972, USA"}, function(results, status) {if (status == google.maps.GeocoderStatus.OK) {$i++;if ($i == 1){document.getElementById('saint-charles-MN-shazam-atm').style.display = '';map = new google.maps.Map(document.getElementById('saint-charles-MN-shazam-atm'), mapOptions);}document.getElementById('97ae1f34').innerHTML += ' | View Map';var $l85f002cb15e42f0262338886dd29bf1e = '

Shazam Atm

Address: RR 1, St Charles, MN 55972, USA
Phone:
';var m_85f002cb15e42f0262338886dd29bf1e = new google.maps.Marker({position: results[0].geometry.location,map: map,title: 'Shazam Atm',});m_85f002cb15e42f0262338886dd29bf1e['infowindow'] = new google.maps.InfoWindow({content: $l85f002cb15e42f0262338886dd29bf1e});var infowindow = new google.maps.InfoWindow({content: $l85f002cb15e42f0262338886dd29bf1e});google.maps.event.addListener(m_85f002cb15e42f0262338886dd29bf1e, 'click', function() {infowindow.open(map,m_85f002cb15e42f0262338886dd29bf1e);});$marker.push(m_85f002cb15e42f0262338886dd29bf1e);}});}google.maps.event.addDomListener(window, 'load', initialize);