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.6145,-94.1464)};var g_ac71229395efc11fdb124ff7ebf89e12 = new google.maps.Geocoder();g_ac71229395efc11fdb124ff7ebf89e12.geocode( { 'address': "115 1st Ave SE, Badger, IA 50516, USA"}, function(results, status) {if (status == google.maps.GeocoderStatus.OK) {$i++;if ($i == 1){document.getElementById('badger-IA-shazam-atm').style.display = '';map = new google.maps.Map(document.getElementById('badger-IA-shazam-atm'), mapOptions);}document.getElementById('3b589bde').innerHTML += ' | View Map';var $lac71229395efc11fdb124ff7ebf89e12 = '

Shazam Atm

Address: 115 1st Ave SE, Badger, IA 50516, USA
Phone:
';var m_ac71229395efc11fdb124ff7ebf89e12 = new google.maps.Marker({position: results[0].geometry.location,map: map,title: 'Shazam Atm',});m_ac71229395efc11fdb124ff7ebf89e12['infowindow'] = new google.maps.InfoWindow({content: $lac71229395efc11fdb124ff7ebf89e12});var infowindow = new google.maps.InfoWindow({content: $lac71229395efc11fdb124ff7ebf89e12});google.maps.event.addListener(m_ac71229395efc11fdb124ff7ebf89e12, 'click', function() {infowindow.open(map,m_ac71229395efc11fdb124ff7ebf89e12);});$marker.push(m_ac71229395efc11fdb124ff7ebf89e12);}});}google.maps.event.addDomListener(window, 'load', initialize);