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(35.3816,-87.9926)};var g_899e5b70d0ad9dd9aef2224cf79488c8 = new google.maps.Geocoder();g_899e5b70d0ad9dd9aef2224cf79488c8.geocode( { 'address': "506 Main St, Clifton, TN 38425, USA"}, function(results, status) {if (status == google.maps.GeocoderStatus.OK) {$i++;if ($i == 1){document.getElementById('clifton-TN-moneygram').style.display = '';map = new google.maps.Map(document.getElementById('clifton-TN-moneygram'), mapOptions);}document.getElementById('4157be85').innerHTML += ' | View Map';var $l899e5b70d0ad9dd9aef2224cf79488c8 = '

MoneyGram

Address: 506 Main St, Clifton, TN 38425, USA
Phone: (931) 676-3922
';var m_899e5b70d0ad9dd9aef2224cf79488c8 = new google.maps.Marker({position: results[0].geometry.location,map: map,title: 'MoneyGram',});m_899e5b70d0ad9dd9aef2224cf79488c8['infowindow'] = new google.maps.InfoWindow({content: $l899e5b70d0ad9dd9aef2224cf79488c8});var infowindow = new google.maps.InfoWindow({content: $l899e5b70d0ad9dd9aef2224cf79488c8});google.maps.event.addListener(m_899e5b70d0ad9dd9aef2224cf79488c8, 'click', function() {infowindow.open(map,m_899e5b70d0ad9dd9aef2224cf79488c8);});$marker.push(m_899e5b70d0ad9dd9aef2224cf79488c8);}});}google.maps.event.addDomListener(window, 'load', initialize);