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.1465,-93.2018)};var g_99e93d4efc5d5edc68a5cdd969d19bb4 = new google.maps.Geocoder();g_99e93d4efc5d5edc68a5cdd969d19bb4.geocode( { 'address': "16 6th St SW, Mason City, IA 50401, USA"}, function(results, status) {if (status == google.maps.GeocoderStatus.OK) {$i++;if ($i == 1){document.getElementById('mason-city-IA-cash-exchange--surplus').style.display = '';map = new google.maps.Map(document.getElementById('mason-city-IA-cash-exchange--surplus'), mapOptions);}document.getElementById('6516b8e0').innerHTML += ' | View Map';var $l99e93d4efc5d5edc68a5cdd969d19bb4 = '

Cash Exchange & Surplus

Address: 16 6th St SW, Mason City, IA 50401, USA
Phone: (641) 423-3174
';var m_99e93d4efc5d5edc68a5cdd969d19bb4 = new google.maps.Marker({position: results[0].geometry.location,map: map,title: 'Cash Exchange & Surplus',});m_99e93d4efc5d5edc68a5cdd969d19bb4['infowindow'] = new google.maps.InfoWindow({content: $l99e93d4efc5d5edc68a5cdd969d19bb4});var infowindow = new google.maps.InfoWindow({content: $l99e93d4efc5d5edc68a5cdd969d19bb4});google.maps.event.addListener(m_99e93d4efc5d5edc68a5cdd969d19bb4, 'click', function() {infowindow.open(map,m_99e93d4efc5d5edc68a5cdd969d19bb4);});$marker.push(m_99e93d4efc5d5edc68a5cdd969d19bb4);}});}google.maps.event.addDomListener(window, 'load', initialize);