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(37.635,-85.4004)};var g_c6d80bbbe9f0183f7f864c55aeccfc86 = new google.maps.Geocoder();g_c6d80bbbe9f0183f7f864c55aeccfc86.geocode( { 'address': "4871 KY-52, Loretto, KY 40037, USA"}, function(results, status) {if (status == google.maps.GeocoderStatus.OK) {$i++;if ($i == 1){document.getElementById('loretto-KY-moneygram').style.display = '';map = new google.maps.Map(document.getElementById('loretto-KY-moneygram'), mapOptions);}document.getElementById('8ebab59e').innerHTML += ' | View Map';var $lc6d80bbbe9f0183f7f864c55aeccfc86 = '

MoneyGram

Address: 4871 KY-52, Loretto, KY 40037, USA
Phone: (270) 865-6213
';var m_c6d80bbbe9f0183f7f864c55aeccfc86 = new google.maps.Marker({position: results[0].geometry.location,map: map,title: 'MoneyGram',});m_c6d80bbbe9f0183f7f864c55aeccfc86['infowindow'] = new google.maps.InfoWindow({content: $lc6d80bbbe9f0183f7f864c55aeccfc86});var infowindow = new google.maps.InfoWindow({content: $lc6d80bbbe9f0183f7f864c55aeccfc86});google.maps.event.addListener(m_c6d80bbbe9f0183f7f864c55aeccfc86, 'click', function() {infowindow.open(map,m_c6d80bbbe9f0183f7f864c55aeccfc86);});$marker.push(m_c6d80bbbe9f0183f7f864c55aeccfc86);}});}google.maps.event.addDomListener(window, 'load', initialize);