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.5895,-95.0596)};var g_8f1c8dccbd0c1561384925832dcbbb85 = new google.maps.Geocoder();g_8f1c8dccbd0c1561384925832dcbbb85.geocode( { 'address': "4039 Main St, Elk Horn, IA 51531, USA"}, function(results, status) {if (status == google.maps.GeocoderStatus.OK) {$i++;if ($i == 1){document.getElementById('elk-horn-IA-shazam-atm').style.display = '';map = new google.maps.Map(document.getElementById('elk-horn-IA-shazam-atm'), mapOptions);}document.getElementById('f96e907a').innerHTML += ' | View Map';var $l8f1c8dccbd0c1561384925832dcbbb85 = '

Shazam Atm

Address: 4039 Main St, Elk Horn, IA 51531, USA
Phone:
';var m_8f1c8dccbd0c1561384925832dcbbb85 = new google.maps.Marker({position: results[0].geometry.location,map: map,title: 'Shazam Atm',});m_8f1c8dccbd0c1561384925832dcbbb85['infowindow'] = new google.maps.InfoWindow({content: $l8f1c8dccbd0c1561384925832dcbbb85});var infowindow = new google.maps.InfoWindow({content: $l8f1c8dccbd0c1561384925832dcbbb85});google.maps.event.addListener(m_8f1c8dccbd0c1561384925832dcbbb85, 'click', function() {infowindow.open(map,m_8f1c8dccbd0c1561384925832dcbbb85);});$marker.push(m_8f1c8dccbd0c1561384925832dcbbb85);}});}google.maps.event.addDomListener(window, 'load', initialize);