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.9594,-84.7734)};var g_0160134f4214329e47c0dadcb73f646f = new google.maps.Geocoder();g_0160134f4214329e47c0dadcb73f646f.geocode( { 'address': "14450 Highway 225 N, Crandall, GA 30711, USA"}, function(results, status) {if (status == google.maps.GeocoderStatus.OK) {$i++;if ($i == 1){document.getElementById('crandall-GA-moneygram').style.display = '';map = new google.maps.Map(document.getElementById('crandall-GA-moneygram'), mapOptions);}document.getElementById('5845d58f').innerHTML += ' | View Map';var $l0160134f4214329e47c0dadcb73f646f = '

MoneyGram

Address: 14450 Highway 225 N, Crandall, GA 30711, USA
Phone: (706) 695-7075
';var m_0160134f4214329e47c0dadcb73f646f = new google.maps.Marker({position: results[0].geometry.location,map: map,title: 'MoneyGram',});m_0160134f4214329e47c0dadcb73f646f['infowindow'] = new google.maps.InfoWindow({content: $l0160134f4214329e47c0dadcb73f646f});var infowindow = new google.maps.InfoWindow({content: $l0160134f4214329e47c0dadcb73f646f});google.maps.event.addListener(m_0160134f4214329e47c0dadcb73f646f, 'click', function() {infowindow.open(map,m_0160134f4214329e47c0dadcb73f646f);});$marker.push(m_0160134f4214329e47c0dadcb73f646f);}});}google.maps.event.addDomListener(window, 'load', initialize);