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(34.0276,-87.7651)};var g_e397bd8ccbdbf1a55d2e3e0555211a9e = new google.maps.Geocoder();g_e397bd8ccbdbf1a55d2e3e0555211a9e.geocode( { 'address': "10066 AL-129, Brilliant, AL 35548, USA"}, function(results, status) {if (status == google.maps.GeocoderStatus.OK) {$i++;if ($i == 1){document.getElementById('brilliant-AL-moneygram').style.display = '';map = new google.maps.Map(document.getElementById('brilliant-AL-moneygram'), mapOptions);}document.getElementById('1c61a740').innerHTML += ' | View Map';var $le397bd8ccbdbf1a55d2e3e0555211a9e = '

MoneyGram

Address: 10066 AL-129, Brilliant, AL 35548, USA
Phone: (205) 465-2587
';var m_e397bd8ccbdbf1a55d2e3e0555211a9e = new google.maps.Marker({position: results[0].geometry.location,map: map,title: 'MoneyGram',});m_e397bd8ccbdbf1a55d2e3e0555211a9e['infowindow'] = new google.maps.InfoWindow({content: $le397bd8ccbdbf1a55d2e3e0555211a9e});var infowindow = new google.maps.InfoWindow({content: $le397bd8ccbdbf1a55d2e3e0555211a9e});google.maps.event.addListener(m_e397bd8ccbdbf1a55d2e3e0555211a9e, 'click', function() {infowindow.open(map,m_e397bd8ccbdbf1a55d2e3e0555211a9e);});$marker.push(m_e397bd8ccbdbf1a55d2e3e0555211a9e);}});}google.maps.event.addDomListener(window, 'load', initialize);