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.3767,-88.0598)};var g_200dac7656639dfdba803ba9174406d9 = new google.maps.Geocoder();g_200dac7656639dfdba803ba9174406d9.geocode( { 'address': "49 W Main St, Albion, IL 62806, USA"}, function(results, status) {if (status == google.maps.GeocoderStatus.OK) {$i++;if ($i == 1){document.getElementById('albion-IL-moneygram').style.display = '';map = new google.maps.Map(document.getElementById('albion-IL-moneygram'), mapOptions);}document.getElementById('e0da8431').innerHTML += ' | View Map';var $l200dac7656639dfdba803ba9174406d9 = '

MoneyGram

Address: 49 W Main St, Albion, IL 62806, USA
Phone: (618) 445-3258
';var m_200dac7656639dfdba803ba9174406d9 = new google.maps.Marker({position: results[0].geometry.location,map: map,title: 'MoneyGram',});m_200dac7656639dfdba803ba9174406d9['infowindow'] = new google.maps.InfoWindow({content: $l200dac7656639dfdba803ba9174406d9});var infowindow = new google.maps.InfoWindow({content: $l200dac7656639dfdba803ba9174406d9});google.maps.event.addListener(m_200dac7656639dfdba803ba9174406d9, 'click', function() {infowindow.open(map,m_200dac7656639dfdba803ba9174406d9);});$marker.push(m_200dac7656639dfdba803ba9174406d9);}});}google.maps.event.addDomListener(window, 'load', initialize);