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.6011,-88.6109)};var g_ebb727e85a01c3c12e7fedd5294e24d2 = new google.maps.Geocoder();g_ebb727e85a01c3c12e7fedd5294e24d2.geocode( { 'address': "310 W Jackson St, Sullivan, IL 61951, USA"}, function(results, status) {if (status == google.maps.GeocoderStatus.OK) {$i++;if ($i == 1){document.getElementById('sullivan-IL-shazam-atm').style.display = '';map = new google.maps.Map(document.getElementById('sullivan-IL-shazam-atm'), mapOptions);}document.getElementById('398064d7').innerHTML += ' | View Map';var $lebb727e85a01c3c12e7fedd5294e24d2 = '

Shazam Atm

Address: 310 W Jackson St, Sullivan, IL 61951, USA
Phone:
';var m_ebb727e85a01c3c12e7fedd5294e24d2 = new google.maps.Marker({position: results[0].geometry.location,map: map,title: 'Shazam Atm',});m_ebb727e85a01c3c12e7fedd5294e24d2['infowindow'] = new google.maps.InfoWindow({content: $lebb727e85a01c3c12e7fedd5294e24d2});var infowindow = new google.maps.InfoWindow({content: $lebb727e85a01c3c12e7fedd5294e24d2});google.maps.event.addListener(m_ebb727e85a01c3c12e7fedd5294e24d2, 'click', function() {infowindow.open(map,m_ebb727e85a01c3c12e7fedd5294e24d2);});$marker.push(m_ebb727e85a01c3c12e7fedd5294e24d2);}});}google.maps.event.addDomListener(window, 'load', initialize);