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(31.9014,-84.2589)};var g_2fe1c78bc3078f0625f8db0f39b93107 = new google.maps.Geocoder();g_2fe1c78bc3078f0625f8db0f39b93107.geocode( { 'address': "216 Church St, Smithville, GA 31787, USA"}, function(results, status) {if (status == google.maps.GeocoderStatus.OK) {$i++;if ($i == 1){document.getElementById('smithville-GA-moneygram').style.display = '';map = new google.maps.Map(document.getElementById('smithville-GA-moneygram'), mapOptions);}document.getElementById('58e86e74').innerHTML += ' | View Map';var $l2fe1c78bc3078f0625f8db0f39b93107 = '

MoneyGram

Address: 216 Church St, Smithville, GA 31787, USA
Phone: (229) 337-8613
';var m_2fe1c78bc3078f0625f8db0f39b93107 = new google.maps.Marker({position: results[0].geometry.location,map: map,title: 'MoneyGram',});m_2fe1c78bc3078f0625f8db0f39b93107['infowindow'] = new google.maps.InfoWindow({content: $l2fe1c78bc3078f0625f8db0f39b93107});var infowindow = new google.maps.InfoWindow({content: $l2fe1c78bc3078f0625f8db0f39b93107});google.maps.event.addListener(m_2fe1c78bc3078f0625f8db0f39b93107, 'click', function() {infowindow.open(map,m_2fe1c78bc3078f0625f8db0f39b93107);});$marker.push(m_2fe1c78bc3078f0625f8db0f39b93107);}});}google.maps.event.addDomListener(window, 'load', initialize);