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(43.1455,-93.2096)};var g_35498c8f4ff8092c2c74d224aac6e141 = new google.maps.Geocoder();g_35498c8f4ff8092c2c74d224aac6e141.geocode( { 'address': "626 S Monroe Ave, Mason City, IA 50401, USA"}, function(results, status) {if (status == google.maps.GeocoderStatus.OK) {$i++;if ($i == 1){document.getElementById('mason-city-IA-moneygram').style.display = '';map = new google.maps.Map(document.getElementById('mason-city-IA-moneygram'), mapOptions);}document.getElementById('0cae88b5').innerHTML += ' | View Map';var $l35498c8f4ff8092c2c74d224aac6e141 = '

MoneyGram

Address: 626 S Monroe Ave, Mason City, IA 50401, USA
Phone: (641) 424-5750
';var m_35498c8f4ff8092c2c74d224aac6e141 = new google.maps.Marker({position: results[0].geometry.location,map: map,title: 'MoneyGram',});m_35498c8f4ff8092c2c74d224aac6e141['infowindow'] = new google.maps.InfoWindow({content: $l35498c8f4ff8092c2c74d224aac6e141});var infowindow = new google.maps.InfoWindow({content: $l35498c8f4ff8092c2c74d224aac6e141});google.maps.event.addListener(m_35498c8f4ff8092c2c74d224aac6e141, 'click', function() {infowindow.open(map,m_35498c8f4ff8092c2c74d224aac6e141);});$marker.push(m_35498c8f4ff8092c2c74d224aac6e141);}});}google.maps.event.addDomListener(window, 'load', initialize);