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.0642,-95.2843)};var g_0dc8f80790b8f5ef5f188bf5fe85eefc = new google.maps.Geocoder();g_0dc8f80790b8f5ef5f188bf5fe85eefc.geocode( { 'address': "202 3rd Ave, Royal, IA 51357, USA"}, function(results, status) {if (status == google.maps.GeocoderStatus.OK) {$i++;if ($i == 1){document.getElementById('royal-IA-shazam-atm').style.display = '';map = new google.maps.Map(document.getElementById('royal-IA-shazam-atm'), mapOptions);}document.getElementById('5d0874ae').innerHTML += ' | View Map';var $l0dc8f80790b8f5ef5f188bf5fe85eefc = '

Shazam Atm

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