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(37.0595,-97.0394)};var g_7b3754b572a2c48b3291ad2dc6e51ae7 = new google.maps.Geocoder();g_7b3754b572a2c48b3291ad2dc6e51ae7.geocode( { 'address': "311 S Summit St, Arkansas City, KS 67005, USA"}, function(results, status) {if (status == google.maps.GeocoderStatus.OK) {$i++;if ($i == 1){document.getElementById('arkansas-city-KS-munson-appraisal').style.display = '';map = new google.maps.Map(document.getElementById('arkansas-city-KS-munson-appraisal'), mapOptions);}document.getElementById('fa1cd5f5').innerHTML += ' | View Map';var $l7b3754b572a2c48b3291ad2dc6e51ae7 = '

Munson Appraisal

Address: 311 S Summit St, Arkansas City, KS 67005, USA
Phone: (620) 442-8600
';var m_7b3754b572a2c48b3291ad2dc6e51ae7 = new google.maps.Marker({position: results[0].geometry.location,map: map,title: 'Munson Appraisal',});m_7b3754b572a2c48b3291ad2dc6e51ae7['infowindow'] = new google.maps.InfoWindow({content: $l7b3754b572a2c48b3291ad2dc6e51ae7});var infowindow = new google.maps.InfoWindow({content: $l7b3754b572a2c48b3291ad2dc6e51ae7});google.maps.event.addListener(m_7b3754b572a2c48b3291ad2dc6e51ae7, 'click', function() {infowindow.open(map,m_7b3754b572a2c48b3291ad2dc6e51ae7);});$marker.push(m_7b3754b572a2c48b3291ad2dc6e51ae7);}});}google.maps.event.addDomListener(window, 'load', initialize);