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.5274,-86.466)};var g_7070baed1f0e21d1234a4b00082a1bea = new google.maps.Geocoder();g_7070baed1f0e21d1234a4b00082a1bea.geocode( { 'address': "10711 Owensboro Rd, Falls of Rough, KY 40119, USA"}, function(results, status) {if (status == google.maps.GeocoderStatus.OK) {$i++;if ($i == 1){document.getElementById('falls-of-rough-KY-moneygram').style.display = '';map = new google.maps.Map(document.getElementById('falls-of-rough-KY-moneygram'), mapOptions);}document.getElementById('f8ba8d8f').innerHTML += ' | View Map';var $l7070baed1f0e21d1234a4b00082a1bea = '

MoneyGram

Address: 10711 Owensboro Rd, Falls of Rough, KY 40119, USA
Phone: (270) 200-4260
';var m_7070baed1f0e21d1234a4b00082a1bea = new google.maps.Marker({position: results[0].geometry.location,map: map,title: 'MoneyGram',});m_7070baed1f0e21d1234a4b00082a1bea['infowindow'] = new google.maps.InfoWindow({content: $l7070baed1f0e21d1234a4b00082a1bea});var infowindow = new google.maps.InfoWindow({content: $l7070baed1f0e21d1234a4b00082a1bea});google.maps.event.addListener(m_7070baed1f0e21d1234a4b00082a1bea, 'click', function() {infowindow.open(map,m_7070baed1f0e21d1234a4b00082a1bea);});$marker.push(m_7070baed1f0e21d1234a4b00082a1bea);}});}google.maps.event.addDomListener(window, 'load', initialize);