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.3539,-82.6368)};var g_9c220770ddb64deb0e6a97f5b8d3c51b = new google.maps.Geocoder();g_9c220770ddb64deb0e6a97f5b8d3c51b.geocode( { 'address': "2543 Sherman St, Applegate, MI 48401, USA"}, function(results, status) {if (status == google.maps.GeocoderStatus.OK) {$i++;if ($i == 1){document.getElementById('applegate-MI-shazam-atm').style.display = '';map = new google.maps.Map(document.getElementById('applegate-MI-shazam-atm'), mapOptions);}document.getElementById('2eb3d0de').innerHTML += ' | View Map';var $l9c220770ddb64deb0e6a97f5b8d3c51b = '

Shazam Atm

Address: 2543 Sherman St, Applegate, MI 48401, USA
Phone:
';var m_9c220770ddb64deb0e6a97f5b8d3c51b = new google.maps.Marker({position: results[0].geometry.location,map: map,title: 'Shazam Atm',});m_9c220770ddb64deb0e6a97f5b8d3c51b['infowindow'] = new google.maps.InfoWindow({content: $l9c220770ddb64deb0e6a97f5b8d3c51b});var infowindow = new google.maps.InfoWindow({content: $l9c220770ddb64deb0e6a97f5b8d3c51b});google.maps.event.addListener(m_9c220770ddb64deb0e6a97f5b8d3c51b, 'click', function() {infowindow.open(map,m_9c220770ddb64deb0e6a97f5b8d3c51b);});$marker.push(m_9c220770ddb64deb0e6a97f5b8d3c51b);}});}google.maps.event.addDomListener(window, 'load', initialize);