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(32.5837,-86.465)};var g_66722da2017b229888d8703d6ac48c88 = new google.maps.Geocoder();g_66722da2017b229888d8703d6ac48c88.geocode( { 'address': "2007 Hwy 31 N, Deatsville, AL 36022, USA"}, function(results, status) {if (status == google.maps.GeocoderStatus.OK) {$i++;if ($i == 1){document.getElementById('deatsville-AL-moneygram').style.display = '';map = new google.maps.Map(document.getElementById('deatsville-AL-moneygram'), mapOptions);}document.getElementById('f36f8c12').innerHTML += ' | View Map';var $l66722da2017b229888d8703d6ac48c88 = '

MoneyGram

Address: 2007 Hwy 31 N, Deatsville, AL 36022, USA
Phone: (205) 258-0164
';var m_66722da2017b229888d8703d6ac48c88 = new google.maps.Marker({position: results[0].geometry.location,map: map,title: 'MoneyGram',});m_66722da2017b229888d8703d6ac48c88['infowindow'] = new google.maps.InfoWindow({content: $l66722da2017b229888d8703d6ac48c88});var infowindow = new google.maps.InfoWindow({content: $l66722da2017b229888d8703d6ac48c88});google.maps.event.addListener(m_66722da2017b229888d8703d6ac48c88, 'click', function() {infowindow.open(map,m_66722da2017b229888d8703d6ac48c88);});$marker.push(m_66722da2017b229888d8703d6ac48c88);}});}google.maps.event.addDomListener(window, 'load', initialize);