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(38.5403,-82.675)};var g_36ad8b5f42db492827016448975cc22d = new google.maps.Geocoder();g_36ad8b5f42db492827016448975cc22d.geocode( { 'address': "1029 Ironton Hills Dr, Ironton, OH 45638, USA"}, function(results, status) {if (status == google.maps.GeocoderStatus.OK) {$i++;if ($i == 1){document.getElementById('ironton-OH-moneygram').style.display = '';map = new google.maps.Map(document.getElementById('ironton-OH-moneygram'), mapOptions);}document.getElementById('8275d2f6').innerHTML += ' | View Map';var $l36ad8b5f42db492827016448975cc22d = '

MoneyGram

Address: 1029 Ironton Hills Dr, Ironton, OH 45638, USA
Phone: (740) 533-0227
';var m_36ad8b5f42db492827016448975cc22d = new google.maps.Marker({position: results[0].geometry.location,map: map,title: 'MoneyGram',});m_36ad8b5f42db492827016448975cc22d['infowindow'] = new google.maps.InfoWindow({content: $l36ad8b5f42db492827016448975cc22d});var infowindow = new google.maps.InfoWindow({content: $l36ad8b5f42db492827016448975cc22d});google.maps.event.addListener(m_36ad8b5f42db492827016448975cc22d, 'click', function() {infowindow.open(map,m_36ad8b5f42db492827016448975cc22d);});$marker.push(m_36ad8b5f42db492827016448975cc22d);}});}google.maps.event.addDomListener(window, 'load', initialize);