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(46.0934,-95.8167)};var g_bd387d6535912cbe5ff7e51d6d2c8bbf = new google.maps.Geocoder();g_bd387d6535912cbe5ff7e51d6d2c8bbf.geocode( { 'address': "110 Main St, Ashby, MN 56309, USA"}, function(results, status) {if (status == google.maps.GeocoderStatus.OK) {$i++;if ($i == 1){document.getElementById('ashby-MN-shazam-atm').style.display = '';map = new google.maps.Map(document.getElementById('ashby-MN-shazam-atm'), mapOptions);}document.getElementById('e25d9693').innerHTML += ' | View Map';var $lbd387d6535912cbe5ff7e51d6d2c8bbf = '

Shazam Atm

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