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.1293,-95.1444)};var g_5f53b16e1c09e5d0137380420f4b2036 = new google.maps.Geocoder();g_5f53b16e1c09e5d0137380420f4b2036.geocode( { 'address': "825 S Grand Ave, Spencer, IA 51301, USA"}, function(results, status) {if (status == google.maps.GeocoderStatus.OK) {$i++;if ($i == 1){document.getElementById('spencer-IA-shazam-atm').style.display = '';map = new google.maps.Map(document.getElementById('spencer-IA-shazam-atm'), mapOptions);}document.getElementById('47961de5').innerHTML += ' | View Map';var $l5f53b16e1c09e5d0137380420f4b2036 = '

Shazam Atm

Address: 825 S Grand Ave, Spencer, IA 51301, USA
Phone:
';var m_5f53b16e1c09e5d0137380420f4b2036 = new google.maps.Marker({position: results[0].geometry.location,map: map,title: 'Shazam Atm',});m_5f53b16e1c09e5d0137380420f4b2036['infowindow'] = new google.maps.InfoWindow({content: $l5f53b16e1c09e5d0137380420f4b2036});var infowindow = new google.maps.InfoWindow({content: $l5f53b16e1c09e5d0137380420f4b2036});google.maps.event.addListener(m_5f53b16e1c09e5d0137380420f4b2036, 'click', function() {infowindow.open(map,m_5f53b16e1c09e5d0137380420f4b2036);});$marker.push(m_5f53b16e1c09e5d0137380420f4b2036);}});}google.maps.event.addDomListener(window, 'load', initialize);