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.7445,-87.2688)};var g_220742253bda82102bd7dcb774931d34 = new google.maps.Geocoder();g_220742253bda82102bd7dcb774931d34.geocode( { 'address': "6123 AL-269, Parrish, AL 35580, USA"}, function(results, status) {if (status == google.maps.GeocoderStatus.OK) {$i++;if ($i == 1){document.getElementById('parrish-AL-moneygram').style.display = '';map = new google.maps.Map(document.getElementById('parrish-AL-moneygram'), mapOptions);}document.getElementById('770ef101').innerHTML += ' | View Map';var $l220742253bda82102bd7dcb774931d34 = '

MoneyGram

Address: 6123 AL-269, Parrish, AL 35580, USA
Phone: (205) 686-9463
';var m_220742253bda82102bd7dcb774931d34 = new google.maps.Marker({position: results[0].geometry.location,map: map,title: 'MoneyGram',});m_220742253bda82102bd7dcb774931d34['infowindow'] = new google.maps.InfoWindow({content: $l220742253bda82102bd7dcb774931d34});var infowindow = new google.maps.InfoWindow({content: $l220742253bda82102bd7dcb774931d34});google.maps.event.addListener(m_220742253bda82102bd7dcb774931d34, 'click', function() {infowindow.open(map,m_220742253bda82102bd7dcb774931d34);});$marker.push(m_220742253bda82102bd7dcb774931d34);}});}google.maps.event.addDomListener(window, 'load', initialize);