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.2261,-94.9426)};var g_bb1f438eff1addbf127c77b878252331 = new google.maps.Geocoder();g_bb1f438eff1addbf127c77b878252331.geocode( { 'address': "110 W South St, Spicer, MN 56288, USA"}, function(results, status) {if (status == google.maps.GeocoderStatus.OK) {$i++;if ($i == 1){document.getElementById('spicer-MN-shazam-atm').style.display = '';map = new google.maps.Map(document.getElementById('spicer-MN-shazam-atm'), mapOptions);}document.getElementById('fcded86c').innerHTML += ' | View Map';var $lbb1f438eff1addbf127c77b878252331 = '

Shazam Atm

Address: 110 W South St, Spicer, MN 56288, USA
Phone:
';var m_bb1f438eff1addbf127c77b878252331 = new google.maps.Marker({position: results[0].geometry.location,map: map,title: 'Shazam Atm',});m_bb1f438eff1addbf127c77b878252331['infowindow'] = new google.maps.InfoWindow({content: $lbb1f438eff1addbf127c77b878252331});var infowindow = new google.maps.InfoWindow({content: $lbb1f438eff1addbf127c77b878252331});google.maps.event.addListener(m_bb1f438eff1addbf127c77b878252331, 'click', function() {infowindow.open(map,m_bb1f438eff1addbf127c77b878252331);});$marker.push(m_bb1f438eff1addbf127c77b878252331);}});}google.maps.event.addDomListener(window, 'load', initialize);