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(39.5342,-88.0215)};var g_750263dbb2fb8547bdd810ee11a08c7a = new google.maps.Geocoder();g_750263dbb2fb8547bdd810ee11a08c7a.geocode( { 'address': "10 W, Ashmore, IL 61912, USA"}, function(results, status) {if (status == google.maps.GeocoderStatus.OK) {$i++;if ($i == 1){document.getElementById('ashmore-IL-shazam-atm').style.display = '';map = new google.maps.Map(document.getElementById('ashmore-IL-shazam-atm'), mapOptions);}document.getElementById('4b3dc7f7').innerHTML += ' | View Map';var $l750263dbb2fb8547bdd810ee11a08c7a = '

Shazam Atm

Address: 10 W, Ashmore, IL 61912, USA
Phone:
';var m_750263dbb2fb8547bdd810ee11a08c7a = new google.maps.Marker({position: results[0].geometry.location,map: map,title: 'Shazam Atm',});m_750263dbb2fb8547bdd810ee11a08c7a['infowindow'] = new google.maps.InfoWindow({content: $l750263dbb2fb8547bdd810ee11a08c7a});var infowindow = new google.maps.InfoWindow({content: $l750263dbb2fb8547bdd810ee11a08c7a});google.maps.event.addListener(m_750263dbb2fb8547bdd810ee11a08c7a, 'click', function() {infowindow.open(map,m_750263dbb2fb8547bdd810ee11a08c7a);});$marker.push(m_750263dbb2fb8547bdd810ee11a08c7a);}});}google.maps.event.addDomListener(window, 'load', initialize);