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.5402,-89.1303)};var g_e84401ad27c4cfb9815776eb9432ff17 = new google.maps.Geocoder();g_e84401ad27c4cfb9815776eb9432ff17.geocode( { 'address': "18080 U S Highway 82, Mathiston, MS 39752, USA"}, function(results, status) {if (status == google.maps.GeocoderStatus.OK) {$i++;if ($i == 1){document.getElementById('mathiston-MS-moneygram').style.display = '';map = new google.maps.Map(document.getElementById('mathiston-MS-moneygram'), mapOptions);}document.getElementById('b90f762a').innerHTML += ' | View Map';var $le84401ad27c4cfb9815776eb9432ff17 = '

MoneyGram

Address: 18080 U S Highway 82, Mathiston, MS 39752, USA
Phone: (662) 263-5448
';var m_e84401ad27c4cfb9815776eb9432ff17 = new google.maps.Marker({position: results[0].geometry.location,map: map,title: 'MoneyGram',});m_e84401ad27c4cfb9815776eb9432ff17['infowindow'] = new google.maps.InfoWindow({content: $le84401ad27c4cfb9815776eb9432ff17});var infowindow = new google.maps.InfoWindow({content: $le84401ad27c4cfb9815776eb9432ff17});google.maps.event.addListener(m_e84401ad27c4cfb9815776eb9432ff17, 'click', function() {infowindow.open(map,m_e84401ad27c4cfb9815776eb9432ff17);});$marker.push(m_e84401ad27c4cfb9815776eb9432ff17);}});}google.maps.event.addDomListener(window, 'load', initialize);