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.8973,-92.2762)};var g_05043169bc245ee49286528d2545aaff = new google.maps.Geocoder();g_05043169bc245ee49286528d2545aaff.geocode( { 'address': "802 13th St, Belle Plaine, IA 52208, USA"}, function(results, status) {if (status == google.maps.GeocoderStatus.OK) {$i++;if ($i == 1){document.getElementById('belle-plaine-IA-shazam-atm').style.display = '';map = new google.maps.Map(document.getElementById('belle-plaine-IA-shazam-atm'), mapOptions);}document.getElementById('0b278e05').innerHTML += ' | View Map';var $l05043169bc245ee49286528d2545aaff = '

Shazam Atm

Address: 802 13th St, Belle Plaine, IA 52208, USA
Phone:
';var m_05043169bc245ee49286528d2545aaff = new google.maps.Marker({position: results[0].geometry.location,map: map,title: 'Shazam Atm',});m_05043169bc245ee49286528d2545aaff['infowindow'] = new google.maps.InfoWindow({content: $l05043169bc245ee49286528d2545aaff});var infowindow = new google.maps.InfoWindow({content: $l05043169bc245ee49286528d2545aaff});google.maps.event.addListener(m_05043169bc245ee49286528d2545aaff, 'click', function() {infowindow.open(map,m_05043169bc245ee49286528d2545aaff);});$marker.push(m_05043169bc245ee49286528d2545aaff);}});}google.maps.event.addDomListener(window, 'load', initialize);