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.2462,-89.7547)};var g_30ce96b66385058d56db0b7599d0f419 = new google.maps.Geocoder();g_30ce96b66385058d56db0b7599d0f419.geocode( { 'address': "111 N Main St, Marissa, IL 62257, USA"}, function(results, status) {if (status == google.maps.GeocoderStatus.OK) {$i++;if ($i == 1){document.getElementById('marissa-IL-western-union').style.display = '';map = new google.maps.Map(document.getElementById('marissa-IL-western-union'), mapOptions);}document.getElementById('a2fcb8bc').innerHTML += ' | View Map';var $l30ce96b66385058d56db0b7599d0f419 = '

Western Union

Address: 111 N Main St, Marissa, IL 62257, USA
Phone: (800) 325-6000
';var m_30ce96b66385058d56db0b7599d0f419 = new google.maps.Marker({position: results[0].geometry.location,map: map,title: 'Western Union',});m_30ce96b66385058d56db0b7599d0f419['infowindow'] = new google.maps.InfoWindow({content: $l30ce96b66385058d56db0b7599d0f419});var infowindow = new google.maps.InfoWindow({content: $l30ce96b66385058d56db0b7599d0f419});google.maps.event.addListener(m_30ce96b66385058d56db0b7599d0f419, 'click', function() {infowindow.open(map,m_30ce96b66385058d56db0b7599d0f419);});$marker.push(m_30ce96b66385058d56db0b7599d0f419);}});}google.maps.event.addDomListener(window, 'load', initialize);