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.0922,-88.2385)};var g_abc617f05e41620356626cf7761d5143 = new google.maps.Geocoder();g_abc617f05e41620356626cf7761d5143.geocode( { 'address': "19215 N 3rd St, Citronelle, AL 36522, USA"}, function(results, status) {if (status == google.maps.GeocoderStatus.OK) {$i++;if ($i == 1){document.getElementById('citronelle-AL-moneygram').style.display = '';map = new google.maps.Map(document.getElementById('citronelle-AL-moneygram'), mapOptions);}document.getElementById('02df7127').innerHTML += ' | View Map';var $labc617f05e41620356626cf7761d5143 = '

MoneyGram

Address: 19215 N 3rd St, Citronelle, AL 36522, USA
Phone: (251) 866-9605
';var m_abc617f05e41620356626cf7761d5143 = new google.maps.Marker({position: results[0].geometry.location,map: map,title: 'MoneyGram',});m_abc617f05e41620356626cf7761d5143['infowindow'] = new google.maps.InfoWindow({content: $labc617f05e41620356626cf7761d5143});var infowindow = new google.maps.InfoWindow({content: $labc617f05e41620356626cf7761d5143});google.maps.event.addListener(m_abc617f05e41620356626cf7761d5143, 'click', function() {infowindow.open(map,m_abc617f05e41620356626cf7761d5143);});$marker.push(m_abc617f05e41620356626cf7761d5143);}});}google.maps.event.addDomListener(window, 'load', initialize);