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.8325,-86.1096)};var g_a6c9fc333a8c76695f71dd7d166a56b7 = new google.maps.Geocoder();g_a6c9fc333a8c76695f71dd7d166a56b7.geocode( { 'address': "8195 New Glasgow Rd, Scottsville, KY 42164, USA"}, function(results, status) {if (status == google.maps.GeocoderStatus.OK) {$i++;if ($i == 1){document.getElementById('scottsville-KY-moneygram').style.display = '';map = new google.maps.Map(document.getElementById('scottsville-KY-moneygram'), mapOptions);}document.getElementById('5412d3a3').innerHTML += ' | View Map';var $la6c9fc333a8c76695f71dd7d166a56b7 = '

MoneyGram

Address: 8195 New Glasgow Rd, Scottsville, KY 42164, USA
Phone: (270) 618-3591
';var m_a6c9fc333a8c76695f71dd7d166a56b7 = new google.maps.Marker({position: results[0].geometry.location,map: map,title: 'MoneyGram',});m_a6c9fc333a8c76695f71dd7d166a56b7['infowindow'] = new google.maps.InfoWindow({content: $la6c9fc333a8c76695f71dd7d166a56b7});var infowindow = new google.maps.InfoWindow({content: $la6c9fc333a8c76695f71dd7d166a56b7});google.maps.event.addListener(m_a6c9fc333a8c76695f71dd7d166a56b7, 'click', function() {infowindow.open(map,m_a6c9fc333a8c76695f71dd7d166a56b7);});$marker.push(m_a6c9fc333a8c76695f71dd7d166a56b7);}});}google.maps.event.addDomListener(window, 'load', initialize);