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(38.6774,-88.3543)};var g_da597ac25e64cad5e331f45f73f391e4 = new google.maps.Geocoder();g_da597ac25e64cad5e331f45f73f391e4.geocode( { 'address': "1280 S Main St, Clay City, IL 62824, USA"}, function(results, status) {if (status == google.maps.GeocoderStatus.OK) {$i++;if ($i == 1){document.getElementById('clay-city-IL-shazam-atm').style.display = '';map = new google.maps.Map(document.getElementById('clay-city-IL-shazam-atm'), mapOptions);}document.getElementById('ac4ed5f5').innerHTML += ' | View Map';var $lda597ac25e64cad5e331f45f73f391e4 = '

Shazam Atm

Address: 1280 S Main St, Clay City, IL 62824, USA
Phone:
';var m_da597ac25e64cad5e331f45f73f391e4 = new google.maps.Marker({position: results[0].geometry.location,map: map,title: 'Shazam Atm',});m_da597ac25e64cad5e331f45f73f391e4['infowindow'] = new google.maps.InfoWindow({content: $lda597ac25e64cad5e331f45f73f391e4});var infowindow = new google.maps.InfoWindow({content: $lda597ac25e64cad5e331f45f73f391e4});google.maps.event.addListener(m_da597ac25e64cad5e331f45f73f391e4, 'click', function() {infowindow.open(map,m_da597ac25e64cad5e331f45f73f391e4);});$marker.push(m_da597ac25e64cad5e331f45f73f391e4);}});}google.maps.event.addDomListener(window, 'load', initialize);