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.7149,-92.5746)};var g_337a1bc4279c4d7a6e22b6e353a742dd = new google.maps.Geocoder();g_337a1bc4279c4d7a6e22b6e353a742dd.geocode( { 'address': "705 N Public Rd, Shell Rock, IA 50670, USA"}, function(results, status) {if (status == google.maps.GeocoderStatus.OK) {$i++;if ($i == 1){document.getElementById('shell-rock-IA-shazam-atm').style.display = '';map = new google.maps.Map(document.getElementById('shell-rock-IA-shazam-atm'), mapOptions);}document.getElementById('48013e41').innerHTML += ' | View Map';var $l337a1bc4279c4d7a6e22b6e353a742dd = '

Shazam Atm

Address: 705 N Public Rd, Shell Rock, IA 50670, USA
Phone:
';var m_337a1bc4279c4d7a6e22b6e353a742dd = new google.maps.Marker({position: results[0].geometry.location,map: map,title: 'Shazam Atm',});m_337a1bc4279c4d7a6e22b6e353a742dd['infowindow'] = new google.maps.InfoWindow({content: $l337a1bc4279c4d7a6e22b6e353a742dd});var infowindow = new google.maps.InfoWindow({content: $l337a1bc4279c4d7a6e22b6e353a742dd});google.maps.event.addListener(m_337a1bc4279c4d7a6e22b6e353a742dd, 'click', function() {infowindow.open(map,m_337a1bc4279c4d7a6e22b6e353a742dd);});$marker.push(m_337a1bc4279c4d7a6e22b6e353a742dd);}});}google.maps.event.addDomListener(window, 'load', initialize);