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(36.3166,-87.7132)};var g_831018fbdda35bd2f37044ed4187ce7f = new google.maps.Geocoder();g_831018fbdda35bd2f37044ed4187ce7f.geocode( { 'address': "3611 W Main St, Erin, TN 37061, USA"}, function(results, status) {if (status == google.maps.GeocoderStatus.OK) {$i++;if ($i == 1){document.getElementById('erin-TN-moneygram').style.display = '';map = new google.maps.Map(document.getElementById('erin-TN-moneygram'), mapOptions);}document.getElementById('f1ef2fa1').innerHTML += ' | View Map';var $l831018fbdda35bd2f37044ed4187ce7f = '

MoneyGram

Address: 3611 W Main St, Erin, TN 37061, USA
Phone: (931) 289-4444
';var m_831018fbdda35bd2f37044ed4187ce7f = new google.maps.Marker({position: results[0].geometry.location,map: map,title: 'MoneyGram',});m_831018fbdda35bd2f37044ed4187ce7f['infowindow'] = new google.maps.InfoWindow({content: $l831018fbdda35bd2f37044ed4187ce7f});var infowindow = new google.maps.InfoWindow({content: $l831018fbdda35bd2f37044ed4187ce7f});google.maps.event.addListener(m_831018fbdda35bd2f37044ed4187ce7f, 'click', function() {infowindow.open(map,m_831018fbdda35bd2f37044ed4187ce7f);});$marker.push(m_831018fbdda35bd2f37044ed4187ce7f);}});}google.maps.event.addDomListener(window, 'load', initialize);