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.1555,-88.9108)};var g_4d00a80fc61748d4b5173d3f470150eb = new google.maps.Geocoder();g_4d00a80fc61748d4b5173d3f470150eb.geocode( { 'address': "202 North Ave, Ina, IL 62846, USA"}, function(results, status) {if (status == google.maps.GeocoderStatus.OK) {$i++;if ($i == 1){document.getElementById('ina-IL-atm-loves-travel-stop').style.display = '';map = new google.maps.Map(document.getElementById('ina-IL-atm-loves-travel-stop'), mapOptions);}document.getElementById('7a249e3b').innerHTML += ' | View Map';var $l4d00a80fc61748d4b5173d3f470150eb = '

ATM (Love's Travel Stop)

Address: 202 North Ave, Ina, IL 62846, USA
Phone: (618) 437-5275
';var m_4d00a80fc61748d4b5173d3f470150eb = new google.maps.Marker({position: results[0].geometry.location,map: map,title: 'ATM (Love's Travel Stop)',});m_4d00a80fc61748d4b5173d3f470150eb['infowindow'] = new google.maps.InfoWindow({content: $l4d00a80fc61748d4b5173d3f470150eb});var infowindow = new google.maps.InfoWindow({content: $l4d00a80fc61748d4b5173d3f470150eb});google.maps.event.addListener(m_4d00a80fc61748d4b5173d3f470150eb, 'click', function() {infowindow.open(map,m_4d00a80fc61748d4b5173d3f470150eb);});$marker.push(m_4d00a80fc61748d4b5173d3f470150eb);}});}google.maps.event.addDomListener(window, 'load', initialize);