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.0956,-87.0582)};var g_7aafc8350536e22fe65ab86900b251f4 = new google.maps.Geocoder();g_7aafc8350536e22fe65ab86900b251f4.geocode( { 'address': "14765 Country Road 222, Crane Hill, AL 35053, USA"}, function(results, status) {if (status == google.maps.GeocoderStatus.OK) {$i++;if ($i == 1){document.getElementById('crane-hill-AL-moneygram').style.display = '';map = new google.maps.Map(document.getElementById('crane-hill-AL-moneygram'), mapOptions);}document.getElementById('f08cc47a').innerHTML += ' | View Map';var $l7aafc8350536e22fe65ab86900b251f4 = '

MoneyGram

Address: 14765 Country Road 222, Crane Hill, AL 35053, USA
Phone: (256) 747-4701
';var m_7aafc8350536e22fe65ab86900b251f4 = new google.maps.Marker({position: results[0].geometry.location,map: map,title: 'MoneyGram',});m_7aafc8350536e22fe65ab86900b251f4['infowindow'] = new google.maps.InfoWindow({content: $l7aafc8350536e22fe65ab86900b251f4});var infowindow = new google.maps.InfoWindow({content: $l7aafc8350536e22fe65ab86900b251f4});google.maps.event.addListener(m_7aafc8350536e22fe65ab86900b251f4, 'click', function() {infowindow.open(map,m_7aafc8350536e22fe65ab86900b251f4);});$marker.push(m_7aafc8350536e22fe65ab86900b251f4);}});}google.maps.event.addDomListener(window, 'load', initialize);