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.8045,-93.466)};var g_6dfcd186b5946ec401a1a399a2451704 = new google.maps.Geocoder();g_6dfcd186b5946ec401a1a399a2451704.geocode( { 'address': "108 4th St, Galena, MO 65656, USA"}, function(results, status) {if (status == google.maps.GeocoderStatus.OK) {$i++;if ($i == 1){document.getElementById('galena-MO-stone-county-assessor').style.display = '';map = new google.maps.Map(document.getElementById('galena-MO-stone-county-assessor'), mapOptions);}document.getElementById('31548efb').innerHTML += ' | View Map';var $l6dfcd186b5946ec401a1a399a2451704 = '

Stone County Assessor

Address: 108 4th St, Galena, MO 65656, USA
Phone: (417) 357-6141
';var m_6dfcd186b5946ec401a1a399a2451704 = new google.maps.Marker({position: results[0].geometry.location,map: map,title: 'Stone County Assessor',});m_6dfcd186b5946ec401a1a399a2451704['infowindow'] = new google.maps.InfoWindow({content: $l6dfcd186b5946ec401a1a399a2451704});var infowindow = new google.maps.InfoWindow({content: $l6dfcd186b5946ec401a1a399a2451704});google.maps.event.addListener(m_6dfcd186b5946ec401a1a399a2451704, 'click', function() {infowindow.open(map,m_6dfcd186b5946ec401a1a399a2451704);});$marker.push(m_6dfcd186b5946ec401a1a399a2451704);}});}google.maps.event.addDomListener(window, 'load', initialize);