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.6985,-95.4684)};var g_fd7980e9256523087e03c25a4b561768 = new google.maps.Geocoder();g_fd7980e9256523087e03c25a4b561768.geocode( { 'address': "224 10th St, Brewster, MN 56119, USA"}, function(results, status) {if (status == google.maps.GeocoderStatus.OK) {$i++;if ($i == 1){document.getElementById('brewster-MN-shazam-atm').style.display = '';map = new google.maps.Map(document.getElementById('brewster-MN-shazam-atm'), mapOptions);}document.getElementById('67fee2ce').innerHTML += ' | View Map';var $lfd7980e9256523087e03c25a4b561768 = '

Shazam Atm

Address: 224 10th St, Brewster, MN 56119, USA
Phone:
';var m_fd7980e9256523087e03c25a4b561768 = new google.maps.Marker({position: results[0].geometry.location,map: map,title: 'Shazam Atm',});m_fd7980e9256523087e03c25a4b561768['infowindow'] = new google.maps.InfoWindow({content: $lfd7980e9256523087e03c25a4b561768});var infowindow = new google.maps.InfoWindow({content: $lfd7980e9256523087e03c25a4b561768});google.maps.event.addListener(m_fd7980e9256523087e03c25a4b561768, 'click', function() {infowindow.open(map,m_fd7980e9256523087e03c25a4b561768);});$marker.push(m_fd7980e9256523087e03c25a4b561768);}});}google.maps.event.addDomListener(window, 'load', initialize);