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.8295,-83.4548)};var g_70f6dcc28ef8fc282b0c969e75d9bdfc = new google.maps.Geocoder();g_70f6dcc28ef8fc282b0c969e75d9bdfc.geocode( { 'address': "9201 U.S. Hwy.119, Coldiron, KY 40819, USA"}, function(results, status) {if (status == google.maps.GeocoderStatus.OK) {$i++;if ($i == 1){document.getElementById('coldiron-KY-moneygram').style.display = '';map = new google.maps.Map(document.getElementById('coldiron-KY-moneygram'), mapOptions);}document.getElementById('118df56b').innerHTML += ' | View Map';var $l70f6dcc28ef8fc282b0c969e75d9bdfc = '

MoneyGram

Address: 9201 U.S. Hwy.119, Coldiron, KY 40819, USA
Phone: (606) 664-3626
';var m_70f6dcc28ef8fc282b0c969e75d9bdfc = new google.maps.Marker({position: results[0].geometry.location,map: map,title: 'MoneyGram',});m_70f6dcc28ef8fc282b0c969e75d9bdfc['infowindow'] = new google.maps.InfoWindow({content: $l70f6dcc28ef8fc282b0c969e75d9bdfc});var infowindow = new google.maps.InfoWindow({content: $l70f6dcc28ef8fc282b0c969e75d9bdfc});google.maps.event.addListener(m_70f6dcc28ef8fc282b0c969e75d9bdfc, 'click', function() {infowindow.open(map,m_70f6dcc28ef8fc282b0c969e75d9bdfc);});$marker.push(m_70f6dcc28ef8fc282b0c969e75d9bdfc);}});}google.maps.event.addDomListener(window, 'load', initialize);