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(40.0511,-94.5238)};var g_933f4346eb5223b968a949ddb0215dff = new google.maps.Geocoder();g_933f4346eb5223b968a949ddb0215dff.geocode( { 'address': "101 W Vermont St, King City, MO 64463, USA"}, function(results, status) {if (status == google.maps.GeocoderStatus.OK) {$i++;if ($i == 1){document.getElementById('king-city-MO-the-lewis-agency-insurance').style.display = '';map = new google.maps.Map(document.getElementById('king-city-MO-the-lewis-agency-insurance'), mapOptions);}document.getElementById('35bfe37c').innerHTML += ' | View Map';var $l933f4346eb5223b968a949ddb0215dff = '

The Lewis Agency Insurance

Address: 101 W Vermont St, King City, MO 64463, USA
Phone: (660) 535-4391
';var m_933f4346eb5223b968a949ddb0215dff = new google.maps.Marker({position: results[0].geometry.location,map: map,title: 'The Lewis Agency Insurance',});m_933f4346eb5223b968a949ddb0215dff['infowindow'] = new google.maps.InfoWindow({content: $l933f4346eb5223b968a949ddb0215dff});var infowindow = new google.maps.InfoWindow({content: $l933f4346eb5223b968a949ddb0215dff});google.maps.event.addListener(m_933f4346eb5223b968a949ddb0215dff, 'click', function() {infowindow.open(map,m_933f4346eb5223b968a949ddb0215dff);});$marker.push(m_933f4346eb5223b968a949ddb0215dff);}});}google.maps.event.addDomListener(window, 'load', initialize);