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.3441,-88.6063)};var g_a141663c1e4449e853a6497a99360ca1 = new google.maps.Geocoder();g_a141663c1e4449e853a6497a99360ca1.geocode( { 'address': "1606 W Robinson Ave, Wayne City, IL 62895, USA"}, function(results, status) {if (status == google.maps.GeocoderStatus.OK) {$i++;if ($i == 1){document.getElementById('wayne-city-IL-moneygram').style.display = '';map = new google.maps.Map(document.getElementById('wayne-city-IL-moneygram'), mapOptions);}document.getElementById('e2de7801').innerHTML += ' | View Map';var $la141663c1e4449e853a6497a99360ca1 = '

MoneyGram

Address: 1606 W Robinson Ave, Wayne City, IL 62895, USA
Phone: (618) 847-0184
';var m_a141663c1e4449e853a6497a99360ca1 = new google.maps.Marker({position: results[0].geometry.location,map: map,title: 'MoneyGram',});m_a141663c1e4449e853a6497a99360ca1['infowindow'] = new google.maps.InfoWindow({content: $la141663c1e4449e853a6497a99360ca1});var infowindow = new google.maps.InfoWindow({content: $la141663c1e4449e853a6497a99360ca1});google.maps.event.addListener(m_a141663c1e4449e853a6497a99360ca1, 'click', function() {infowindow.open(map,m_a141663c1e4449e853a6497a99360ca1);});$marker.push(m_a141663c1e4449e853a6497a99360ca1);}});}google.maps.event.addDomListener(window, 'load', initialize);