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.8271,-93.8076)};var g_90c5b57809d8cb1703f89023c6d17060 = new google.maps.Geocoder();g_90c5b57809d8cb1703f89023c6d17060.geocode( { 'address': "4500 S 1425 Rd, Stockton, MO 65785, USA"}, function(results, status) {if (status == google.maps.GeocoderStatus.OK) {$i++;if ($i == 1){document.getElementById('stockton-MO-catt-appraisal').style.display = '';map = new google.maps.Map(document.getElementById('stockton-MO-catt-appraisal'), mapOptions);}document.getElementById('ad997991').innerHTML += ' | View Map';var $l90c5b57809d8cb1703f89023c6d17060 = '

Catt Appraisal

Address: 4500 S 1425 Rd, Stockton, MO 65785, USA
Phone: (417) 321-0684
';var m_90c5b57809d8cb1703f89023c6d17060 = new google.maps.Marker({position: results[0].geometry.location,map: map,title: 'Catt Appraisal',});m_90c5b57809d8cb1703f89023c6d17060['infowindow'] = new google.maps.InfoWindow({content: $l90c5b57809d8cb1703f89023c6d17060});var infowindow = new google.maps.InfoWindow({content: $l90c5b57809d8cb1703f89023c6d17060});google.maps.event.addListener(m_90c5b57809d8cb1703f89023c6d17060, 'click', function() {infowindow.open(map,m_90c5b57809d8cb1703f89023c6d17060);});$marker.push(m_90c5b57809d8cb1703f89023c6d17060);}});}google.maps.event.addDomListener(window, 'load', initialize);