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(31.8979,-89.0039)};var g_71c1806ca28b555c76650f52bb0d2810 = new google.maps.Geocoder();g_71c1806ca28b555c76650f52bb0d2810.geocode( { 'address': "1711 Pine Ave, Heidelberg, MS 39439, USA"}, function(results, status) {if (status == google.maps.GeocoderStatus.OK) {$i++;if ($i == 1){document.getElementById('heidelberg-MS-moneygram').style.display = '';map = new google.maps.Map(document.getElementById('heidelberg-MS-moneygram'), mapOptions);}document.getElementById('e396908d').innerHTML += ' | View Map';var $l71c1806ca28b555c76650f52bb0d2810 = '

MoneyGram

Address: 1711 Pine Ave, Heidelberg, MS 39439, USA
Phone: (601) 787-4322
';var m_71c1806ca28b555c76650f52bb0d2810 = new google.maps.Marker({position: results[0].geometry.location,map: map,title: 'MoneyGram',});m_71c1806ca28b555c76650f52bb0d2810['infowindow'] = new google.maps.InfoWindow({content: $l71c1806ca28b555c76650f52bb0d2810});var infowindow = new google.maps.InfoWindow({content: $l71c1806ca28b555c76650f52bb0d2810});google.maps.event.addListener(m_71c1806ca28b555c76650f52bb0d2810, 'click', function() {infowindow.open(map,m_71c1806ca28b555c76650f52bb0d2810);});$marker.push(m_71c1806ca28b555c76650f52bb0d2810);}});}google.maps.event.addDomListener(window, 'load', initialize);