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(42.8247,-95.8081)};var g_a50d9f3364c23b0879a0b96e5b9833bb = new google.maps.Geocoder();g_a50d9f3364c23b0879a0b96e5b9833bb.geocode( { 'address': "100 W Pine St, Marcus, IA 51035, USA"}, function(results, status) {if (status == google.maps.GeocoderStatus.OK) {$i++;if ($i == 1){document.getElementById('marcus-IA-shazam-atm').style.display = '';map = new google.maps.Map(document.getElementById('marcus-IA-shazam-atm'), mapOptions);}document.getElementById('6ed07a1c').innerHTML += ' | View Map';var $la50d9f3364c23b0879a0b96e5b9833bb = '

Shazam Atm

Address: 100 W Pine St, Marcus, IA 51035, USA
Phone:
';var m_a50d9f3364c23b0879a0b96e5b9833bb = new google.maps.Marker({position: results[0].geometry.location,map: map,title: 'Shazam Atm',});m_a50d9f3364c23b0879a0b96e5b9833bb['infowindow'] = new google.maps.InfoWindow({content: $la50d9f3364c23b0879a0b96e5b9833bb});var infowindow = new google.maps.InfoWindow({content: $la50d9f3364c23b0879a0b96e5b9833bb});google.maps.event.addListener(m_a50d9f3364c23b0879a0b96e5b9833bb, 'click', function() {infowindow.open(map,m_a50d9f3364c23b0879a0b96e5b9833bb);});$marker.push(m_a50d9f3364c23b0879a0b96e5b9833bb);}});}google.maps.event.addDomListener(window, 'load', initialize);