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(37.107,-89.1986)};var g_67d375746ba3d8c6fb496c3d2b98fa22 = new google.maps.Geocoder();g_67d375746ba3d8c6fb496c3d2b98fa22.geocode( { 'address': "764 S Blanche St, Mounds, IL 62964, USA"}, function(results, status) {if (status == google.maps.GeocoderStatus.OK) {$i++;if ($i == 1){document.getElementById('mounds-IL-moneygram').style.display = '';map = new google.maps.Map(document.getElementById('mounds-IL-moneygram'), mapOptions);}document.getElementById('d8830814').innerHTML += ' | View Map';var $l67d375746ba3d8c6fb496c3d2b98fa22 = '

MoneyGram

Address: 764 S Blanche St, Mounds, IL 62964, USA
Phone: (618) 745-6372
';var m_67d375746ba3d8c6fb496c3d2b98fa22 = new google.maps.Marker({position: results[0].geometry.location,map: map,title: 'MoneyGram',});m_67d375746ba3d8c6fb496c3d2b98fa22['infowindow'] = new google.maps.InfoWindow({content: $l67d375746ba3d8c6fb496c3d2b98fa22});var infowindow = new google.maps.InfoWindow({content: $l67d375746ba3d8c6fb496c3d2b98fa22});google.maps.event.addListener(m_67d375746ba3d8c6fb496c3d2b98fa22, 'click', function() {infowindow.open(map,m_67d375746ba3d8c6fb496c3d2b98fa22);});$marker.push(m_67d375746ba3d8c6fb496c3d2b98fa22);}});}google.maps.event.addDomListener(window, 'load', initialize);