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.6098,-89.4619)};var g_5fcb7f9c321885a69a4f91cb553fa04d = new google.maps.Geocoder();g_5fcb7f9c321885a69a4f91cb553fa04d.geocode( { 'address': "126 S Main St, Morton, IL 61550, USA"}, function(results, status) {if (status == google.maps.GeocoderStatus.OK) {$i++;if ($i == 1){document.getElementById('morton-IL-american-express').style.display = '';map = new google.maps.Map(document.getElementById('morton-IL-american-express'), mapOptions);}document.getElementById('3604b00e').innerHTML += ' | View Map';var $l5fcb7f9c321885a69a4f91cb553fa04d = '

American Express

Address: 126 S Main St, Morton, IL 61550, USA
Phone: (309) 266-7171
';var m_5fcb7f9c321885a69a4f91cb553fa04d = new google.maps.Marker({position: results[0].geometry.location,map: map,title: 'American Express',});m_5fcb7f9c321885a69a4f91cb553fa04d['infowindow'] = new google.maps.InfoWindow({content: $l5fcb7f9c321885a69a4f91cb553fa04d});var infowindow = new google.maps.InfoWindow({content: $l5fcb7f9c321885a69a4f91cb553fa04d});google.maps.event.addListener(m_5fcb7f9c321885a69a4f91cb553fa04d, 'click', function() {infowindow.open(map,m_5fcb7f9c321885a69a4f91cb553fa04d);});$marker.push(m_5fcb7f9c321885a69a4f91cb553fa04d);}});}google.maps.event.addDomListener(window, 'load', initialize);