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(32.4001,-89.9554)};var g_48b6cd9d6d46b83e2e1d9b520a665b21 = new google.maps.Geocoder();g_48b6cd9d6d46b83e2e1d9b520a665b21.geocode( { 'address': "643 Holly Bush Rd, Brandon, MS 39047, USA"}, function(results, status) {if (status == google.maps.GeocoderStatus.OK) {$i++;if ($i == 1){document.getElementById('brandon-MS-moneygram').style.display = '';map = new google.maps.Map(document.getElementById('brandon-MS-moneygram'), mapOptions);}document.getElementById('19918a63').innerHTML += ' | View Map';var $l48b6cd9d6d46b83e2e1d9b520a665b21 = '

MoneyGram

Address: 643 Holly Bush Rd, Brandon, MS 39047, USA
Phone: (601) 829-4221
';var m_48b6cd9d6d46b83e2e1d9b520a665b21 = new google.maps.Marker({position: results[0].geometry.location,map: map,title: 'MoneyGram',});m_48b6cd9d6d46b83e2e1d9b520a665b21['infowindow'] = new google.maps.InfoWindow({content: $l48b6cd9d6d46b83e2e1d9b520a665b21});var infowindow = new google.maps.InfoWindow({content: $l48b6cd9d6d46b83e2e1d9b520a665b21});google.maps.event.addListener(m_48b6cd9d6d46b83e2e1d9b520a665b21, 'click', function() {infowindow.open(map,m_48b6cd9d6d46b83e2e1d9b520a665b21);});$marker.push(m_48b6cd9d6d46b83e2e1d9b520a665b21);}});}google.maps.event.addDomListener(window, 'load', initialize);