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(38.8445,-94.8132)};var g_1e81c3ee311845e69bba746944552915 = new google.maps.Geocoder();g_1e81c3ee311845e69bba746944552915.geocode( { 'address': "19865 W 156th St, Olathe, KS 66062, USA"}, function(results, status) {if (status == google.maps.GeocoderStatus.OK) {$i++;if ($i == 1){document.getElementById('olathe-KS-tafs-inc').style.display = '';map = new google.maps.Map(document.getElementById('olathe-KS-tafs-inc'), mapOptions);}document.getElementById('1d8c4382').innerHTML += ' | View Map';var $l1e81c3ee311845e69bba746944552915 = '

TAFS, Inc

Address: 19865 W 156th St, Olathe, KS 66062, USA
Phone: (877) 898-9797
';var m_1e81c3ee311845e69bba746944552915 = new google.maps.Marker({position: results[0].geometry.location,map: map,title: 'TAFS, Inc',});m_1e81c3ee311845e69bba746944552915['infowindow'] = new google.maps.InfoWindow({content: $l1e81c3ee311845e69bba746944552915});var infowindow = new google.maps.InfoWindow({content: $l1e81c3ee311845e69bba746944552915});google.maps.event.addListener(m_1e81c3ee311845e69bba746944552915, 'click', function() {infowindow.open(map,m_1e81c3ee311845e69bba746944552915);});$marker.push(m_1e81c3ee311845e69bba746944552915);}});}google.maps.event.addDomListener(window, 'load', initialize);