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(47.0146,-114.229)};var g_4ad8fd8efc8c30ad6d286d888d4398f3 = new google.maps.Geocoder();g_4ad8fd8efc8c30ad6d286d888d4398f3.geocode( { 'address': "16660 Beckwith St, Frenchtown, MT 59834, USA"}, function(results, status) {if (status == google.maps.GeocoderStatus.OK) {$i++;if ($i == 1){document.getElementById('frenchtown-MT-shazam-atm').style.display = '';map = new google.maps.Map(document.getElementById('frenchtown-MT-shazam-atm'), mapOptions);}document.getElementById('5d0dcc39').innerHTML += ' | View Map';var $l4ad8fd8efc8c30ad6d286d888d4398f3 = '

Shazam ATM

Address: 16660 Beckwith St, Frenchtown, MT 59834, USA
Phone:
';var m_4ad8fd8efc8c30ad6d286d888d4398f3 = new google.maps.Marker({position: results[0].geometry.location,map: map,title: 'Shazam ATM',});m_4ad8fd8efc8c30ad6d286d888d4398f3['infowindow'] = new google.maps.InfoWindow({content: $l4ad8fd8efc8c30ad6d286d888d4398f3});var infowindow = new google.maps.InfoWindow({content: $l4ad8fd8efc8c30ad6d286d888d4398f3});google.maps.event.addListener(m_4ad8fd8efc8c30ad6d286d888d4398f3, 'click', function() {infowindow.open(map,m_4ad8fd8efc8c30ad6d286d888d4398f3);});$marker.push(m_4ad8fd8efc8c30ad6d286d888d4398f3);}});}google.maps.event.addDomListener(window, 'load', initialize);