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(40.1786,-91.3776)};var g_2ca98096e2e258ece3954cafaf1004cb = new google.maps.Geocoder();g_2ca98096e2e258ece3954cafaf1004cb.geocode( { 'address': "IL-96, Lima, IL 62348, USA"}, function(results, status) {if (status == google.maps.GeocoderStatus.OK) {$i++;if ($i == 1){document.getElementById('lima-IL-shazam-atm').style.display = '';map = new google.maps.Map(document.getElementById('lima-IL-shazam-atm'), mapOptions);}document.getElementById('abb02039').innerHTML += ' | View Map';var $l2ca98096e2e258ece3954cafaf1004cb = '

Shazam Atm

Address: IL-96, Lima, IL 62348, USA
Phone:
';var m_2ca98096e2e258ece3954cafaf1004cb = new google.maps.Marker({position: results[0].geometry.location,map: map,title: 'Shazam Atm',});m_2ca98096e2e258ece3954cafaf1004cb['infowindow'] = new google.maps.InfoWindow({content: $l2ca98096e2e258ece3954cafaf1004cb});var infowindow = new google.maps.InfoWindow({content: $l2ca98096e2e258ece3954cafaf1004cb});google.maps.event.addListener(m_2ca98096e2e258ece3954cafaf1004cb, 'click', function() {infowindow.open(map,m_2ca98096e2e258ece3954cafaf1004cb);});$marker.push(m_2ca98096e2e258ece3954cafaf1004cb);}});}google.maps.event.addDomListener(window, 'load', initialize);