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(41.0476,-95.7439)};var g_31851455978d3ba66dd9b3fcc1b07d5b = new google.maps.Geocoder();g_31851455978d3ba66dd9b3fcc1b07d5b.geocode( { 'address': "504 1st St, Glenwood, IA 51534, USA"}, function(results, status) {if (status == google.maps.GeocoderStatus.OK) {$i++;if ($i == 1){document.getElementById('glenwood-IA-shazam-atm').style.display = '';map = new google.maps.Map(document.getElementById('glenwood-IA-shazam-atm'), mapOptions);}document.getElementById('e7f5552e').innerHTML += ' | View Map';var $l31851455978d3ba66dd9b3fcc1b07d5b = '

Shazam Atm

Address: 504 1st St, Glenwood, IA 51534, USA
Phone:
';var m_31851455978d3ba66dd9b3fcc1b07d5b = new google.maps.Marker({position: results[0].geometry.location,map: map,title: 'Shazam Atm',});m_31851455978d3ba66dd9b3fcc1b07d5b['infowindow'] = new google.maps.InfoWindow({content: $l31851455978d3ba66dd9b3fcc1b07d5b});var infowindow = new google.maps.InfoWindow({content: $l31851455978d3ba66dd9b3fcc1b07d5b});google.maps.event.addListener(m_31851455978d3ba66dd9b3fcc1b07d5b, 'click', function() {infowindow.open(map,m_31851455978d3ba66dd9b3fcc1b07d5b);});$marker.push(m_31851455978d3ba66dd9b3fcc1b07d5b);}});}google.maps.event.addDomListener(window, 'load', initialize);