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.7298,-97.4614)};var g_4115f62c1f2bf4c17835fc0f1032a56d = new google.maps.Geocoder();g_4115f62c1f2bf4c17835fc0f1032a56d.geocode( { 'address': "2552 N Maize Rd #100, Wichita, KS 67205, USA"}, function(results, status) {if (status == google.maps.GeocoderStatus.OK) {$i++;if ($i == 1){document.getElementById('wichita-KS-david-vonfeldt').style.display = '';map = new google.maps.Map(document.getElementById('wichita-KS-david-vonfeldt'), mapOptions);}document.getElementById('9afeb33e').innerHTML += ' | View Map';var $l4115f62c1f2bf4c17835fc0f1032a56d = '

David Vonfeldt

Address: 2552 N Maize Rd #100, Wichita, KS 67205, USA
Phone: (316) 616-9572
';var m_4115f62c1f2bf4c17835fc0f1032a56d = new google.maps.Marker({position: results[0].geometry.location,map: map,title: 'David Vonfeldt',});m_4115f62c1f2bf4c17835fc0f1032a56d['infowindow'] = new google.maps.InfoWindow({content: $l4115f62c1f2bf4c17835fc0f1032a56d});var infowindow = new google.maps.InfoWindow({content: $l4115f62c1f2bf4c17835fc0f1032a56d});google.maps.event.addListener(m_4115f62c1f2bf4c17835fc0f1032a56d, 'click', function() {infowindow.open(map,m_4115f62c1f2bf4c17835fc0f1032a56d);});$marker.push(m_4115f62c1f2bf4c17835fc0f1032a56d);}});}google.maps.event.addDomListener(window, 'load', initialize);