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.986,-84.5744)};var g_21ba88466b2cfc0c6b51ee405d34b816 = new google.maps.Geocoder();g_21ba88466b2cfc0c6b51ee405d34b816.geocode( { 'address': "11067 Millarden Rd, Woodbury, GA 30293, USA"}, function(results, status) {if (status == google.maps.GeocoderStatus.OK) {$i++;if ($i == 1){document.getElementById('woodbury-GA-moneygram').style.display = '';map = new google.maps.Map(document.getElementById('woodbury-GA-moneygram'), mapOptions);}document.getElementById('fc1c9e9a').innerHTML += ' | View Map';var $l21ba88466b2cfc0c6b51ee405d34b816 = '

MoneyGram

Address: 11067 Millarden Rd, Woodbury, GA 30293, USA
Phone: (706) 553-5190
';var m_21ba88466b2cfc0c6b51ee405d34b816 = new google.maps.Marker({position: results[0].geometry.location,map: map,title: 'MoneyGram',});m_21ba88466b2cfc0c6b51ee405d34b816['infowindow'] = new google.maps.InfoWindow({content: $l21ba88466b2cfc0c6b51ee405d34b816});var infowindow = new google.maps.InfoWindow({content: $l21ba88466b2cfc0c6b51ee405d34b816});google.maps.event.addListener(m_21ba88466b2cfc0c6b51ee405d34b816, 'click', function() {infowindow.open(map,m_21ba88466b2cfc0c6b51ee405d34b816);});$marker.push(m_21ba88466b2cfc0c6b51ee405d34b816);}});}google.maps.event.addDomListener(window, 'load', initialize);