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.3331,-89.7632)};var g_424a6ddb1053133ae4c1d3fa20d88773 = new google.maps.Geocoder();g_424a6ddb1053133ae4c1d3fa20d88773.geocode( { 'address': "34300 Ms Highway 35, Vaiden, MS 39176, USA"}, function(results, status) {if (status == google.maps.GeocoderStatus.OK) {$i++;if ($i == 1){document.getElementById('vaiden-MS-moneygram').style.display = '';map = new google.maps.Map(document.getElementById('vaiden-MS-moneygram'), mapOptions);}document.getElementById('7160c9fc').innerHTML += ' | View Map';var $l424a6ddb1053133ae4c1d3fa20d88773 = '

MoneyGram

Address: 34300 Ms Highway 35, Vaiden, MS 39176, USA
Phone: (662) 464-0602
';var m_424a6ddb1053133ae4c1d3fa20d88773 = new google.maps.Marker({position: results[0].geometry.location,map: map,title: 'MoneyGram',});m_424a6ddb1053133ae4c1d3fa20d88773['infowindow'] = new google.maps.InfoWindow({content: $l424a6ddb1053133ae4c1d3fa20d88773});var infowindow = new google.maps.InfoWindow({content: $l424a6ddb1053133ae4c1d3fa20d88773});google.maps.event.addListener(m_424a6ddb1053133ae4c1d3fa20d88773, 'click', function() {infowindow.open(map,m_424a6ddb1053133ae4c1d3fa20d88773);});$marker.push(m_424a6ddb1053133ae4c1d3fa20d88773);}});}google.maps.event.addDomListener(window, 'load', initialize);