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.9552,-95.3682)};var g_830dbe34b0cd199d6664b1c56394b200 = new google.maps.Geocoder();g_830dbe34b0cd199d6664b1c56394b200.geocode( { 'address': "34 Center Ave W, Clara City, MN 56222, USA"}, function(results, status) {if (status == google.maps.GeocoderStatus.OK) {$i++;if ($i == 1){document.getElementById('clara-city-MN-shazam-atm').style.display = '';map = new google.maps.Map(document.getElementById('clara-city-MN-shazam-atm'), mapOptions);}document.getElementById('1ff9de39').innerHTML += ' | View Map';var $l830dbe34b0cd199d6664b1c56394b200 = '

Shazam Atm

Address: 34 Center Ave W, Clara City, MN 56222, USA
Phone:
';var m_830dbe34b0cd199d6664b1c56394b200 = new google.maps.Marker({position: results[0].geometry.location,map: map,title: 'Shazam Atm',});m_830dbe34b0cd199d6664b1c56394b200['infowindow'] = new google.maps.InfoWindow({content: $l830dbe34b0cd199d6664b1c56394b200});var infowindow = new google.maps.InfoWindow({content: $l830dbe34b0cd199d6664b1c56394b200});google.maps.event.addListener(m_830dbe34b0cd199d6664b1c56394b200, 'click', function() {infowindow.open(map,m_830dbe34b0cd199d6664b1c56394b200);});$marker.push(m_830dbe34b0cd199d6664b1c56394b200);}});}google.maps.event.addDomListener(window, 'load', initialize);