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.1462,-85.498)};var g_306ab4a4850fe7cf4e20d3791acfadda = new google.maps.Geocoder();g_306ab4a4850fe7cf4e20d3791acfadda.geocode( { 'address': "768 S Jefferson Ave g, Cookeville, TN 38501, USA"}, function(results, status) {if (status == google.maps.GeocoderStatus.OK) {$i++;if ($i == 1){document.getElementById('cookeville-TN-moneygram').style.display = '';map = new google.maps.Map(document.getElementById('cookeville-TN-moneygram'), mapOptions);}document.getElementById('3dc19ecf').innerHTML += ' | View Map';var $l306ab4a4850fe7cf4e20d3791acfadda = '

MoneyGram

Address: 768 S Jefferson Ave g, Cookeville, TN 38501, USA
Phone: (931) 372-7400
';var m_306ab4a4850fe7cf4e20d3791acfadda = new google.maps.Marker({position: results[0].geometry.location,map: map,title: 'MoneyGram',});m_306ab4a4850fe7cf4e20d3791acfadda['infowindow'] = new google.maps.InfoWindow({content: $l306ab4a4850fe7cf4e20d3791acfadda});var infowindow = new google.maps.InfoWindow({content: $l306ab4a4850fe7cf4e20d3791acfadda});google.maps.event.addListener(m_306ab4a4850fe7cf4e20d3791acfadda, 'click', function() {infowindow.open(map,m_306ab4a4850fe7cf4e20d3791acfadda);});$marker.push(m_306ab4a4850fe7cf4e20d3791acfadda);}});}google.maps.event.addDomListener(window, 'load', initialize);