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(40.9296,-94.9774)};var g_7e2c9b4d1d1f4420ac19bb0d463fbf7c = new google.maps.Geocoder();g_7e2c9b4d1d1f4420ac19bb0d463fbf7c.geocode( { 'address': "300 S 3rd Ave, Villisca, IA 50864, USA"}, function(results, status) {if (status == google.maps.GeocoderStatus.OK) {$i++;if ($i == 1){document.getElementById('villisca-IA-shazam-atm').style.display = '';map = new google.maps.Map(document.getElementById('villisca-IA-shazam-atm'), mapOptions);}document.getElementById('0e516e97').innerHTML += ' | View Map';var $l7e2c9b4d1d1f4420ac19bb0d463fbf7c = '

Shazam Atm

Address: 300 S 3rd Ave, Villisca, IA 50864, USA
Phone:
';var m_7e2c9b4d1d1f4420ac19bb0d463fbf7c = new google.maps.Marker({position: results[0].geometry.location,map: map,title: 'Shazam Atm',});m_7e2c9b4d1d1f4420ac19bb0d463fbf7c['infowindow'] = new google.maps.InfoWindow({content: $l7e2c9b4d1d1f4420ac19bb0d463fbf7c});var infowindow = new google.maps.InfoWindow({content: $l7e2c9b4d1d1f4420ac19bb0d463fbf7c});google.maps.event.addListener(m_7e2c9b4d1d1f4420ac19bb0d463fbf7c, 'click', function() {infowindow.open(map,m_7e2c9b4d1d1f4420ac19bb0d463fbf7c);});$marker.push(m_7e2c9b4d1d1f4420ac19bb0d463fbf7c);}});}google.maps.event.addDomListener(window, 'load', initialize);