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.6431,-95.7878)};var g_a5f1ee1d370d4d461a70580df446d61f = new google.maps.Geocoder();g_a5f1ee1d370d4d461a70580df446d61f.geocode( { 'address': "301 E 7th St, Logan, IA 51546, USA"}, function(results, status) {if (status == google.maps.GeocoderStatus.OK) {$i++;if ($i == 1){document.getElementById('logan-IA-shazam-atm').style.display = '';map = new google.maps.Map(document.getElementById('logan-IA-shazam-atm'), mapOptions);}document.getElementById('1a871fff').innerHTML += ' | View Map';var $la5f1ee1d370d4d461a70580df446d61f = '

Shazam Atm

Address: 301 E 7th St, Logan, IA 51546, USA
Phone:
';var m_a5f1ee1d370d4d461a70580df446d61f = new google.maps.Marker({position: results[0].geometry.location,map: map,title: 'Shazam Atm',});m_a5f1ee1d370d4d461a70580df446d61f['infowindow'] = new google.maps.InfoWindow({content: $la5f1ee1d370d4d461a70580df446d61f});var infowindow = new google.maps.InfoWindow({content: $la5f1ee1d370d4d461a70580df446d61f});google.maps.event.addListener(m_a5f1ee1d370d4d461a70580df446d61f, 'click', function() {infowindow.open(map,m_a5f1ee1d370d4d461a70580df446d61f);});$marker.push(m_a5f1ee1d370d4d461a70580df446d61f);}});}google.maps.event.addDomListener(window, 'load', initialize);