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.6948,-97.2431)};var g_ac515face3783b73fc2dc6f4fb471566 = new google.maps.Geocoder();g_ac515face3783b73fc2dc6f4fb471566.geocode( { 'address': "8080 E Central Ave #320, Wichita, KS 67206, USA"}, function(results, status) {if (status == google.maps.GeocoderStatus.OK) {$i++;if ($i == 1){document.getElementById('wichita-KS-eleos-services-inc').style.display = '';map = new google.maps.Map(document.getElementById('wichita-KS-eleos-services-inc'), mapOptions);}document.getElementById('a2ebb4c0').innerHTML += ' | View Map';var $lac515face3783b73fc2dc6f4fb471566 = '

Eleos Services, Inc.

Address: 8080 E Central Ave #320, Wichita, KS 67206, USA
Phone: (316) 425-0088
';var m_ac515face3783b73fc2dc6f4fb471566 = new google.maps.Marker({position: results[0].geometry.location,map: map,title: 'Eleos Services, Inc.',});m_ac515face3783b73fc2dc6f4fb471566['infowindow'] = new google.maps.InfoWindow({content: $lac515face3783b73fc2dc6f4fb471566});var infowindow = new google.maps.InfoWindow({content: $lac515face3783b73fc2dc6f4fb471566});google.maps.event.addListener(m_ac515face3783b73fc2dc6f4fb471566, 'click', function() {infowindow.open(map,m_ac515face3783b73fc2dc6f4fb471566);});$marker.push(m_ac515face3783b73fc2dc6f4fb471566);}});}google.maps.event.addDomListener(window, 'load', initialize);