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.558,-89.0807)};var g_05bf5ff2c5bf794e829a2cd2fd096779 = new google.maps.Geocoder();g_05bf5ff2c5bf794e829a2cd2fd096779.geocode( { 'address': "1590 MS-15, Maben, MS 39750, USA"}, function(results, status) {if (status == google.maps.GeocoderStatus.OK) {$i++;if ($i == 1){document.getElementById('maben-MS-moneygram').style.display = '';map = new google.maps.Map(document.getElementById('maben-MS-moneygram'), mapOptions);}document.getElementById('0f21ade9').innerHTML += ' | View Map';var $l05bf5ff2c5bf794e829a2cd2fd096779 = '

MoneyGram

Address: 1590 MS-15, Maben, MS 39750, USA
Phone: (662) 634-0352
';var m_05bf5ff2c5bf794e829a2cd2fd096779 = new google.maps.Marker({position: results[0].geometry.location,map: map,title: 'MoneyGram',});m_05bf5ff2c5bf794e829a2cd2fd096779['infowindow'] = new google.maps.InfoWindow({content: $l05bf5ff2c5bf794e829a2cd2fd096779});var infowindow = new google.maps.InfoWindow({content: $l05bf5ff2c5bf794e829a2cd2fd096779});google.maps.event.addListener(m_05bf5ff2c5bf794e829a2cd2fd096779, 'click', function() {infowindow.open(map,m_05bf5ff2c5bf794e829a2cd2fd096779);});$marker.push(m_05bf5ff2c5bf794e829a2cd2fd096779);}});}google.maps.event.addDomListener(window, 'load', initialize);