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(39.1398,-89.1092)};var g_436c26abd464041efd354bc550f76482 = new google.maps.Geocoder();g_436c26abd464041efd354bc550f76482.geocode( { 'address': "507 S Superior St, Ramsey, IL 62080, USA"}, function(results, status) {if (status == google.maps.GeocoderStatus.OK) {$i++;if ($i == 1){document.getElementById('ramsey-IL-moneygram').style.display = '';map = new google.maps.Map(document.getElementById('ramsey-IL-moneygram'), mapOptions);}document.getElementById('41a6defa').innerHTML += ' | View Map';var $l436c26abd464041efd354bc550f76482 = '

MoneyGram

Address: 507 S Superior St, Ramsey, IL 62080, USA
Phone: (618) 423-2835
';var m_436c26abd464041efd354bc550f76482 = new google.maps.Marker({position: results[0].geometry.location,map: map,title: 'MoneyGram',});m_436c26abd464041efd354bc550f76482['infowindow'] = new google.maps.InfoWindow({content: $l436c26abd464041efd354bc550f76482});var infowindow = new google.maps.InfoWindow({content: $l436c26abd464041efd354bc550f76482});google.maps.event.addListener(m_436c26abd464041efd354bc550f76482, 'click', function() {infowindow.open(map,m_436c26abd464041efd354bc550f76482);});$marker.push(m_436c26abd464041efd354bc550f76482);}});}google.maps.event.addDomListener(window, 'load', initialize);