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.3765,-82.9952)};var g_10c001d669721c114b31b6baf862ab91 = new google.maps.Geocoder();g_10c001d669721c114b31b6baf862ab91.geocode( { 'address': "2213 Ga Highway 117, Rentz, GA 31075, USA"}, function(results, status) {if (status == google.maps.GeocoderStatus.OK) {$i++;if ($i == 1){document.getElementById('rentz-GA-moneygram').style.display = '';map = new google.maps.Map(document.getElementById('rentz-GA-moneygram'), mapOptions);}document.getElementById('2465968f').innerHTML += ' | View Map';var $l10c001d669721c114b31b6baf862ab91 = '

MoneyGram

Address: 2213 Ga Highway 117, Rentz, GA 31075, USA
Phone: (478) 984-1717
';var m_10c001d669721c114b31b6baf862ab91 = new google.maps.Marker({position: results[0].geometry.location,map: map,title: 'MoneyGram',});m_10c001d669721c114b31b6baf862ab91['infowindow'] = new google.maps.InfoWindow({content: $l10c001d669721c114b31b6baf862ab91});var infowindow = new google.maps.InfoWindow({content: $l10c001d669721c114b31b6baf862ab91});google.maps.event.addListener(m_10c001d669721c114b31b6baf862ab91, 'click', function() {infowindow.open(map,m_10c001d669721c114b31b6baf862ab91);});$marker.push(m_10c001d669721c114b31b6baf862ab91);}});}google.maps.event.addDomListener(window, 'load', initialize);