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(33.5414,-89.1334)};var g_ce6db7cb1d113b0d3cd2dd3632b24e6e = new google.maps.Geocoder();g_ce6db7cb1d113b0d3cd2dd3632b24e6e.geocode( { 'address': "35 Rebecca St, Mathiston, MS 39752, USA"}, function(results, status) {if (status == google.maps.GeocoderStatus.OK) {$i++;if ($i == 1){document.getElementById('mathiston-MS-western-union').style.display = '';map = new google.maps.Map(document.getElementById('mathiston-MS-western-union'), mapOptions);}document.getElementById('687a0ea7').innerHTML += ' | View Map';var $lce6db7cb1d113b0d3cd2dd3632b24e6e = '

Western Union

Address: 35 Rebecca St, Mathiston, MS 39752, USA
Phone: (800) 325-6000
';var m_ce6db7cb1d113b0d3cd2dd3632b24e6e = new google.maps.Marker({position: results[0].geometry.location,map: map,title: 'Western Union',});m_ce6db7cb1d113b0d3cd2dd3632b24e6e['infowindow'] = new google.maps.InfoWindow({content: $lce6db7cb1d113b0d3cd2dd3632b24e6e});var infowindow = new google.maps.InfoWindow({content: $lce6db7cb1d113b0d3cd2dd3632b24e6e});google.maps.event.addListener(m_ce6db7cb1d113b0d3cd2dd3632b24e6e, 'click', function() {infowindow.open(map,m_ce6db7cb1d113b0d3cd2dd3632b24e6e);});$marker.push(m_ce6db7cb1d113b0d3cd2dd3632b24e6e);}});}google.maps.event.addDomListener(window, 'load', initialize);