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.342,-93.0677)};var g_d9d7e4e6049a16e39532b9c3f0219b0d = new google.maps.Geocoder();g_d9d7e4e6049a16e39532b9c3f0219b0d.geocode( { 'address': "230 Main St, Nerstrand, MN 55053, USA"}, function(results, status) {if (status == google.maps.GeocoderStatus.OK) {$i++;if ($i == 1){document.getElementById('nerstrand-MN-shazam-atm').style.display = '';map = new google.maps.Map(document.getElementById('nerstrand-MN-shazam-atm'), mapOptions);}document.getElementById('f7c7d45b').innerHTML += ' | View Map';var $ld9d7e4e6049a16e39532b9c3f0219b0d = '

Shazam Atm

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