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.9043,-88.1289)};var g_30075533571c1a82bb8f1b810203cd57 = new google.maps.Geocoder();g_30075533571c1a82bb8f1b810203cd57.geocode( { 'address': "635 E Front St, Sulligent, AL 35586, USA"}, function(results, status) {if (status == google.maps.GeocoderStatus.OK) {$i++;if ($i == 1){document.getElementById('sulligent-AL-moneygram').style.display = '';map = new google.maps.Map(document.getElementById('sulligent-AL-moneygram'), mapOptions);}document.getElementById('e3f99304').innerHTML += ' | View Map';var $l30075533571c1a82bb8f1b810203cd57 = '

MoneyGram

Address: 635 E Front St, Sulligent, AL 35586, USA
Phone: (205) 698-0340
';var m_30075533571c1a82bb8f1b810203cd57 = new google.maps.Marker({position: results[0].geometry.location,map: map,title: 'MoneyGram',});m_30075533571c1a82bb8f1b810203cd57['infowindow'] = new google.maps.InfoWindow({content: $l30075533571c1a82bb8f1b810203cd57});var infowindow = new google.maps.InfoWindow({content: $l30075533571c1a82bb8f1b810203cd57});google.maps.event.addListener(m_30075533571c1a82bb8f1b810203cd57, 'click', function() {infowindow.open(map,m_30075533571c1a82bb8f1b810203cd57);});$marker.push(m_30075533571c1a82bb8f1b810203cd57);}});}google.maps.event.addDomListener(window, 'load', initialize);