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.6847,-92.983)};var g_343a0aa3faa937f0f1bf82a54d3c8249 = new google.maps.Geocoder();g_343a0aa3faa937f0f1bf82a54d3c8249.geocode( { 'address': "1275 W 4th St, Rush City, MN 55069, USA"}, function(results, status) {if (status == google.maps.GeocoderStatus.OK) {$i++;if ($i == 1){document.getElementById('rush-city-MN-shazam-atm').style.display = '';map = new google.maps.Map(document.getElementById('rush-city-MN-shazam-atm'), mapOptions);}document.getElementById('acf41352').innerHTML += ' | View Map';var $l343a0aa3faa937f0f1bf82a54d3c8249 = '

Shazam Atm

Address: 1275 W 4th St, Rush City, MN 55069, USA
Phone:
';var m_343a0aa3faa937f0f1bf82a54d3c8249 = new google.maps.Marker({position: results[0].geometry.location,map: map,title: 'Shazam Atm',});m_343a0aa3faa937f0f1bf82a54d3c8249['infowindow'] = new google.maps.InfoWindow({content: $l343a0aa3faa937f0f1bf82a54d3c8249});var infowindow = new google.maps.InfoWindow({content: $l343a0aa3faa937f0f1bf82a54d3c8249});google.maps.event.addListener(m_343a0aa3faa937f0f1bf82a54d3c8249, 'click', function() {infowindow.open(map,m_343a0aa3faa937f0f1bf82a54d3c8249);});$marker.push(m_343a0aa3faa937f0f1bf82a54d3c8249);}});}google.maps.event.addDomListener(window, 'load', initialize);