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.2913,-85.7674)};var g_faa468d695bd85d2aa82c7121e099373 = new google.maps.Geocoder();g_faa468d695bd85d2aa82c7121e099373.geocode( { 'address': "2907 N Jackson Hwy, Canmer, KY 42722, USA"}, function(results, status) {if (status == google.maps.GeocoderStatus.OK) {$i++;if ($i == 1){document.getElementById('canmer-KY-moneygram').style.display = '';map = new google.maps.Map(document.getElementById('canmer-KY-moneygram'), mapOptions);}document.getElementById('a4df516a').innerHTML += ' | View Map';var $lfaa468d695bd85d2aa82c7121e099373 = '

MoneyGram

Address: 2907 N Jackson Hwy, Canmer, KY 42722, USA
Phone: (270) 528-8503
';var m_faa468d695bd85d2aa82c7121e099373 = new google.maps.Marker({position: results[0].geometry.location,map: map,title: 'MoneyGram',});m_faa468d695bd85d2aa82c7121e099373['infowindow'] = new google.maps.InfoWindow({content: $lfaa468d695bd85d2aa82c7121e099373});var infowindow = new google.maps.InfoWindow({content: $lfaa468d695bd85d2aa82c7121e099373});google.maps.event.addListener(m_faa468d695bd85d2aa82c7121e099373, 'click', function() {infowindow.open(map,m_faa468d695bd85d2aa82c7121e099373);});$marker.push(m_faa468d695bd85d2aa82c7121e099373);}});}google.maps.event.addDomListener(window, 'load', initialize);